Skip to content

Commit

Permalink
Reconfigure branch specifications with pull_request target (InnerSour…
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored and rmarting committed Feb 29, 2024
1 parent c094eb2 commit ad722e4
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 ad722e4

Please sign in to comment.