Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jun 29, 2024
1 parent e788aff commit 8b835ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ runs:
git checkout -b ${{ inputs.targetBranchName }} --track origin/${{ inputs.targetBranchName }}
# Remove all files
git rm -r .
git reset
# git rm -r .
# git reset
# Checkout directory and move files
git checkout ${{ inputs.sourceBranchName }} -- ${{ inputs.targetBranchName }}
mv ${{ inputs.targetBranchName }}/.* . --force
rsync --recursive --update ${{ inputs.sourceBranchName }} .
ls -al
Expand Down

0 comments on commit 8b835ee

Please sign in to comment.