diff --git a/.github/workflows/sync-templates-and-ci-config.yml b/.github/workflows/sync-templates-and-ci-config.yml index 286eb9c4b7fb..603677b7e372 100644 --- a/.github/workflows/sync-templates-and-ci-config.yml +++ b/.github/workflows/sync-templates-and-ci-config.yml @@ -39,7 +39,7 @@ jobs: run: ./.github/actions/sync/templates.rb 'vendor/${{ matrix.repo }}' '${{ matrix.repo }}' 'sync-templates-and-ci-config' - name: Create pull request - uses: peter-evans/create-pull-request@c7f493a8000b8aeb17a1332e326ba76b57cb83eb + uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 with: path: vendor/${{ matrix.repo }} token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}