Update command-rebase.yml

This commit is contained in:
John Molakvoæ 2022-05-13 20:21:52 +02:00 committed by GitHub
parent 85758a4f70
commit 458dc1c040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,8 @@ jobs:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}
- name: Fix permissions
run: git config --global --add safe.directory /github/workspace
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
uses: cirrus-actions/rebase@1.6
env:
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}