Skip to content

Commit

Permalink
Reconfigure branch specifications with pull_request target (#609)
Browse files Browse the repository at this point in the history
Related to #581
  • Loading branch information
zkoppert authored Oct 31, 2023
1 parent 94481b0 commit f570a5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

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

0 comments on commit f570a5a

Please sign in to comment.