Browse Source

Updating command-rebase.yml workflow from template

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 3 years ago
parent
commit
cee28c6f43
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/command-rebase.yml

+ 4 - 1
.github/workflows/command-rebase.yml

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