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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-14 12:05:26 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-14 12:05:26 +0300
commitc31aa5ec07800159a855071d876f1f2f664e1b77 (patch)
tree814e2c8224e7eb6cc21cb4221d286c33195a9706 /.github
parente620437ba7e18d0b504e6d6a9af45c5f5924ce0b (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, 1 insertions, 4 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index a99b3d633..5ad39a1e2 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 }}