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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-05-16 17:16:58 +0300
committerGitHub <noreply@github.com>2022-05-16 17:16:58 +0300
commit1260c7ce8d3a5670b5b449eef65010dcbd800b0e (patch)
tree16bec4221cd8d8c0a4e2e80443d3ba2f42e446bc
parent1d062a528bd6986dde615b0522c8305348b820bd (diff)
parent17df9db4923a298dbfaa88f0fb9a07a1612e0120 (diff)
Merge pull request #2210 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
-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 a99b3d63..5ad39a1e 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 }}