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 340eae5 commit d58b3f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ runs:
git checkout -b ${{ inputs.branchName }} --track origin/${{ inputs.branchName }}
# Remove all files
ls -al
git rm -r .
ls -al
git status --short
# git reset
git checkout main -- ${{ inputs.branchName }}

0 comments on commit d58b3f4

Please sign in to comment.