Skip to content

Commit 835426c

Browse files
authored
Merge pull request #873 from nextcloud/feat/workflow-auto-update-command-rebase.yml
Updating command-rebase.yml workflow from template
2 parents 5f30082 + cb703aa commit 835426c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/command-rebase.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
fetch-depth: 0
3232
token: ${{ secrets.COMMAND_BOT_PAT }}
3333

34+
- name: Fix permissions
35+
run: git config --global --add safe.directory /github/workspace
36+
3437
- name: Automatic Rebase
3538
uses: cirrus-actions/[email protected]
3639
env:

0 commit comments

Comments
 (0)