Skip to content

Commit ad722e4

Browse files
zkoppertrmarting
authored andcommitted
Reconfigure branch specifications with pull_request target (InnerSourceCommons#609)
Related to InnerSourceCommons#581
1 parent c094eb2 commit ad722e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/book.yml

+1-2
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)