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

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2022-05-27 18:43:28 +0300
committerGitHub <noreply@github.com>2022-05-27 18:43:28 +0300
commit03c75b17ea4aff526cd528af11793a3d19dfa549 (patch)
tree754fd873c1a448478b674ea84f7d578329eb0f26 /.github
parent15eeec65487f92a8c57be68bdfe36442f57862f6 (diff)
parenteaf90b9d1213e850f79cc45c0c9ccb7dc514ffca (diff)
Merge pull request #8305 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
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 }}