From f570a5af72f4f1c2c9914283cebfb821de3d9993 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 31 Oct 2023 14:53:29 -0700 Subject: [PATCH] Reconfigure branch specifications with pull_request target (#609) Related to https://github.com/InnerSourceCommons/InnerSourcePatterns/issues/581 --- .github/workflows/book.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}