Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-13 21:21:52 +0300
committerGitHub <noreply@github.com>2022-05-13 21:21:52 +0300
commit458dc1c0406443198a149ea09c0524bb2a0d3b1f (patch)
tree379f19e39a7966e1bdd4d7819ebcc4d13c2bc9b4
parent85758a4f7011cf6ec3c24d4f500129504b910767 (diff)
Update command-rebase.yml
-rw-r--r--.github/workflows/command-rebase.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index a99b3d6336f..5ad39a1e2de 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -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 }}