Browse Source

Update command-rebase.yml

tags/v25.0.0beta1
John Molakvoæ 2 years ago
parent
commit
458dc1c040
No account linked to committer's email address
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      .github/workflows/command-rebase.yml

+ 1
- 4
.github/workflows/command-rebase.yml 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 }}


Loading…
Cancel
Save