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 b62da63 commit 5062ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ runs:
# for item in ${{ inputs.otherSharedFiles }}; do
# rm -rf "$item"
# done
# for item in ${{ inputs.otherDirs }}; do
# rm -rf "$item"
# done
for item in ${{ inputs.otherDirs }}; do
rm -rf "$item"
done
echo '=========='
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dot.move-winfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
env:
targetBranchName: 'winfiles'
otherSharedFiles: '' # space separated
otherDirs: 'genfiles/images' # space separated
otherDirs: 'genfiles/images genfiles/vscode' # space separated

jobs:
move-files:
Expand Down

0 comments on commit 5062ef5

Please sign in to comment.