diff --git a/.github/actions/templates/moveFiles/action.yaml b/.github/actions/templates/moveFiles/action.yaml index f5677e1..60af1db 100644 --- a/.github/actions/templates/moveFiles/action.yaml +++ b/.github/actions/templates/moveFiles/action.yaml @@ -42,7 +42,7 @@ runs: echo '---' - rsync --recursive --update ${{ inputs.sourceBranchName }} . + rsync --recursive --update ${{ inputs.targetBranchName }} . echo '---'