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 78a1ef0 commit 3ebbde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
echo '=========='
[ -n "${{ inputs.otherSharedFiles }}" ] && \
shopt -s dotglob
shopt -s dotglob && \
for item in ${{ inputs.otherSharedFiles }}; do
if [ -f "$item" ] && [ -s "$item" ]; then
cp "$item" .
Expand All @@ -71,7 +71,7 @@ runs:
echo '=========='
# [ -n "${{ inputs.otherDirs }}" ] && \
# shopt -s dotglob
# shopt -s dotglob && \
# for item in ${{ inputs.otherDirs }}; do
# if [ -d "$item" ]; then
# cp -r "$item" .
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 @@ -19,7 +19,7 @@ permissions:

env:
targetBranchName: 'winfiles'
otherSharedFiles: 'genfiles/browser genfiles/vscode/vscode.json wslfiles/.config/starship.toml' # space separated
otherSharedFiles: 'genfiles/browsers genfiles/vscode/vscode.json wslfiles/.config/starship.toml' # space separated
otherDirs: 'genfiles/images' # space separated

jobs:
Expand Down

0 comments on commit 3ebbde3

Please sign in to comment.