Skip to content

Commit f570a5a

Browse files
authored
Reconfigure branch specifications with pull_request target (#609)
Related to #581
1 parent 94481b0 commit f570a5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
with:
23-
ref: ${{ github.head_ref }}
2422

2523
- uses: ruby/setup-ruby@v1
2624
with:
@@ -38,3 +36,4 @@ jobs:
3836
uses: stefanzweifel/git-auto-commit-action@v4
3937
with:
4038
commit_message: Writing updated toc.md for the ${{ matrix.language }} book
39+
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)