diff --git a/.github/actions/templates/moveFiles/action.yaml b/.github/actions/templates/moveFiles/action.yaml index 096aec8..e62a441 100644 --- a/.github/actions/templates/moveFiles/action.yaml +++ b/.github/actions/templates/moveFiles/action.yaml @@ -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 }}