Skip to content

Commit

Permalink
fix: used ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Apr 25, 2024
1 parent a49cf32 commit 6e5c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_PR }}
FROM_BRANCH: "main"
TO_BRANCH: "develop"
PULL_REQUEST_TITLE: "sync: ${{ github.head_ref || github.ref_name }} -> main -> develop"
PULL_REQUEST_TITLE: "sync: ${{ github.ref_name || github.ref }} -> main -> develop"

0 comments on commit 6e5c0ac

Please sign in to comment.