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

github.com/nextcloud/talk-android.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 19:08:30 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-26 19:08:30 +0300
commitcee28c6f43f21019993cf1918c64d7c8eb1388c5 (patch)
tree2579cd593f95a1deca1027042519ce6fc3caf953 /.github
parent73b772dfa1cadfcb5f0063acdd9b45d3313ed569 (diff)
Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-rebase.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index 5ad39a1e2..a99b3d633 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.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 }}