From 86765569521d0f29fd33560e84a0f7d3c8902d75 Mon Sep 17 00:00:00 2001 From: team return <161801587+teamreturn@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:05:14 +0900 Subject: [PATCH] chore :: git-push.yml target branch --- .github/workflows/git-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-push.yml b/.github/workflows/git-push.yml index 97be51a0..d3aaead0 100644 --- a/.github/workflows/git-push.yml +++ b/.github/workflows/git-push.yml @@ -28,6 +28,6 @@ jobs: destination-repository-name: JOBIS-FE user-email: ${{ secrets.RETURN_ACCOUNT_EMAIL }} commit-message: ${{ github.event.commits[0].message }} - target-branch: develop + target-branch: ${{ github.ref_name }} - name: Test get variable exported by push-to-another-repository run: echo $DESTINATION_CLONED_DIRECTORY