From 4fc8f3e52e90e0f542d0544a05d09e85767a976f Mon Sep 17 00:00:00 2001 From: RustyTake-Off <109174317+RustyTake-Off@users.noreply.github.com> Date: Sat, 29 Jun 2024 06:58:44 +0200 Subject: [PATCH] Update --- .github/actions/templates/moveFiles/action.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/actions/templates/moveFiles/action.yaml b/.github/actions/templates/moveFiles/action.yaml index 11c0d63..8cd6d9e 100644 --- a/.github/actions/templates/moveFiles/action.yaml +++ b/.github/actions/templates/moveFiles/action.yaml @@ -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 @@ -43,3 +49,7 @@ runs: echo '===' ls -al + + echo '===' + + git status --short