From 7f9936c7d9445e23d7316c542c23865f328b789c Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Tue, 4 Jan 2022 20:37:07 +0100 Subject: [PATCH] fetch pull request from originating repo --- .github/workflows/sheldon.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index e952db4d7ee..bfdbaa61d5b 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -28,6 +28,7 @@ jobs: uses: actions/checkout@v2 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" with: + repository: ${{ github.event.pull_request.head.repo.full_name }} path: pull-request ref: ${{ github.event.pull_request.head.ref }} @@ -76,6 +77,7 @@ jobs: - name: commit reindented styles if: github.repository == 'citation-style-language/styles' && steps.changed.outputs.style == 'true' + continue-on-error: true uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Re-indent CSL styles