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 54bb216 commit 8e19980
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
git-push:
name: build and push
Expand Down Expand Up @@ -41,4 +47,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_PR }}
FROM_BRANCH: "main"
TO_BRANCH: "develop"
PULL_REQUEST_TITLE: "sync: main -> develop"
PULL_REQUEST_TITLE: "sync: $BRANCH_NAME -> main -> develop"

0 comments on commit 8e19980

Please sign in to comment.