Skip to content

Commit

Permalink
fetch pull request from originating repo
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 4, 2022
1 parent f09f8db commit 7f9936c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f9936c

Please sign in to comment.