From 79b67f2ad446ee37255936322e94d9aaa9e1d59f Mon Sep 17 00:00:00 2001 From: RustyTake-Off <109174317+RustyTake-Off@users.noreply.github.com> Date: Sat, 29 Jun 2024 06:10:01 +0200 Subject: [PATCH] Update --- .github/actions/templates/moveFiles/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '---'