Skip to content

Commit

Permalink
fix: title name template
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Apr 25, 2024
1 parent 8e19980 commit e7161f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
pull_request:
branches:
- main
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
git-push:
Expand Down Expand Up @@ -47,4 +45,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_PR }}
FROM_BRANCH: "main"
TO_BRANCH: "develop"
PULL_REQUEST_TITLE: "sync: $BRANCH_NAME -> main -> develop"
PULL_REQUEST_TITLE: "sync: ${{ github.head_ref || github.ref_name }} -> main -> develop"

0 comments on commit e7161f3

Please sign in to comment.