Skip to content

Commit 8e6cf16

Browse files
committed
Update sync_release_pr.yml
1 parent d266cdf commit 8e6cf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_release_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Sync Release to Main"
33
on:
44
push:
55
branches:
6-
- 'release'
6+
- 'release'
77

88
jobs:
99
create_sync_pr:
@@ -23,4 +23,4 @@ jobs:
2323
--title "Sync release branch to main" \
2424
--body "This automated PR syncs the changes from the release branch back to the main branch."
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)