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 c6cd162 commit 4fc8f3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ runs:
git checkout ${{ inputs.sourceBranchName }} -- ${{ inputs.targetBranchName }}
find "${{ inputs.targetBranchName }}" -maxdepth 1 -name '*' -exec cp -r {} . \;
echo '==='
ls -al
echo '==='
find "${{ inputs.targetBranchName }}" -maxdepth 1 -name '.*[!.]*' -exec cp -r {} . \;
# Clean up
Expand All @@ -43,3 +49,7 @@ runs:
echo '==='
ls -al
echo '==='
git status --short

0 comments on commit 4fc8f3e

Please sign in to comment.