Skip to content

Commit c818023

Browse files
authored
Merge pull request #10 from Kuuuube/add-checkout-to-config-update
Add checkout to update config branch
2 parents 9b5fcef + dfd7907 commit c818023

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/update_config_branch.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- name: create pull request
14-
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
- uses: actions/checkout@v6
14+
- name: create pull request
15+
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)