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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-26 18:25:29 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-26 18:25:29 +0300
commitf0738fd89f150e76fe294b58f24dda541fb456db (patch)
treefd3f8800a1b1b55a86580673075220c96574dd02
parenta9279bd22473fcfc7588ee265a2d435df221d1ac (diff)
Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/command-rebase.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index 4e41c31..a99b3d6 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -31,6 +31,9 @@ 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
env: