Skip to content

Commit dfd7907

Browse files
committed
Add checkout to update config branch
1 parent 9b5fcef commit dfd7907

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)