Skip to content

Commit 6a97954

Browse files
committed
feat: checkout main before build
1 parent 1d12a7e commit 6a97954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: write
12+
pull-requests: write
1213

1314
jobs:
1415
build:
@@ -42,7 +43,7 @@ jobs:
4243
run: git push origin build-output-${{ github.run_id }}
4344

4445
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@v5
46+
uses: peter-evans/create-pull-request@v6
4647
with:
4748
token: ${{ secrets.GITHUB_TOKEN }}
4849
branch: build-output-${{ github.run_id }}

0 commit comments

Comments
 (0)