Skip to content

Commit

Permalink
Update .github/workflows/public-api-check.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Abbott <[email protected]>
  • Loading branch information
ocelotl and aabmass authored May 25, 2021
1 parent 7be4aa4 commit 06c30fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/public-api-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
- name: Checkout main
run: git checkout main

- name: Set strategy
run: git config pull.rebase false

- name: Pull origin
run: git pull origin main
run: git pull --rebase=false origin main

- name: Checkout pull request
run: git checkout ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 06c30fb

Please sign in to comment.