diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 57fdd73c2..68bb3bf0f 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -19,8 +19,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - uses: ruby/setup-ruby@v1 with: @@ -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 }}