Просмотр исходного кода

Merge pull request #1947 from nextcloud/feat/workflow-auto-update-command-rebase.yml

Updating command-rebase.yml workflow from template
Andy Scherzinger 3 лет назад
Родитель
Сommit
a0ea72f0fd
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      .github/workflows/command-rebase.yml

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

@@ -31,8 +31,11 @@ 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.6
+        uses: cirrus-actions/rebase@1.5
         env:
           GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}