Skip to content

Commit

Permalink
Use the upstream version of the rebase action
Browse files Browse the repository at this point in the history
This should fix the error we get when autorebasing
any PRs set to automerge (see cirrus-actions/rebase#77)
  • Loading branch information
pezholio committed Aug 23, 2021
1 parent c03521f commit c7f21e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0
ref: ${{ env.ref }}
- name: Automatic Rebase
uses: dxw/rebase@master
uses: cirrus-actions/rebase@1.5
env:
GITHUB_TOKEN: ${{ env.AUTO_REBASE_PERSONAL_ACCESS_TOKEN }}
PR_NUMBER: ${{ matrix.pr_number }}

0 comments on commit c7f21e8

Please sign in to comment.