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 0acc81c commit e485e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
if [ -d "$item" ]; then
shopt -s dotglob
cp -r "$item"/* .
cp -r "$item"/.[!.]* .
# cp -r "$item"/.[!.]* .
shopt -u dotglob
fi
done
Expand Down
4 changes: 2 additions & 2 deletions .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: 'genfiles/vscode/vscode.json genfiles/browsers' # space separated
otherDirs: 'docs/images genfiles/browsers' # space separated
otherDirs: 'docs/images genfiles' # space separated

jobs:
move-files:
Expand All @@ -39,5 +39,5 @@ jobs:
continue-on-error: true
with:
targetBranchName: ${{ env.targetBranchName }}
otherSharedFiles: ${{ env.otherSharedFiles }}
# otherSharedFiles: ${{ env.otherSharedFiles }}
otherDirs: ${{ env.otherDirs }}

0 comments on commit e485e26

Please sign in to comment.