Skip to content

Commit

Permalink
chore :: git-push.yml target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
teamreturn authored Jul 5, 2024
1 parent f42decd commit 8676556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8676556

Please sign in to comment.