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 f76eaef commit aea5d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ runs:
git checkout ${{ inputs.sourceBranchName }} -- ${{ inputs.targetBranchName }}
find "${{ inputs.targetBranchName }}" -maxdepth 1 -name '.*[!.]*' -exec cp -r {} . \;
# find "${{ inputs.targetBranchName }}" -maxdepth 1 -name '*' -type d -exec cp -r {} . \;
# Clean up
# rm -rf ${{ inputs.targetBranchName }}
rm -rf ${{ inputs.targetBranchName }}
# rm README.md
echo '==='
Expand Down

0 comments on commit aea5d94

Please sign in to comment.