From 5062ef5688e6860974de5707e51f2370ab1843c9 Mon Sep 17 00:00:00 2001 From: RustyTake-Off <109174317+RustyTake-Off@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:38:29 +0200 Subject: [PATCH] Update --- .github/actions/templates/moveFiles/action.yaml | 6 +++--- .github/workflows/dot.move-winfiles.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/templates/moveFiles/action.yaml b/.github/actions/templates/moveFiles/action.yaml index edd335d..ecf8e90 100644 --- a/.github/actions/templates/moveFiles/action.yaml +++ b/.github/actions/templates/moveFiles/action.yaml @@ -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 '==========' diff --git a/.github/workflows/dot.move-winfiles.yaml b/.github/workflows/dot.move-winfiles.yaml index 290d5a4..20b871b 100644 --- a/.github/workflows/dot.move-winfiles.yaml +++ b/.github/workflows/dot.move-winfiles.yaml @@ -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: