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 1d8a10c commit c589fc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ runs:
id: move-files-to-branch
shell: bash
run: |
git branch --all
# Switch branch
git checkout -b ${{ inputs.branchName }} --track origin/${{ inputs.branchName }}
# Remove all files
ls -al
git checkout -b ${{ inputs.branchName }}
git branch --all
rm -rf .
ls -al

0 comments on commit c589fc9

Please sign in to comment.