Skip to content

Commit 9abf79f

Browse files
committed
ci: Set safe directory
1 parent 26def5f commit 9abf79f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
ref: ${{ matrix.branch }}
1919

20+
- name: Set safe directory
21+
run: |
22+
git config --global --add safe.directory "/github/workspace"
23+
2024
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
2125
env:
2226
GIT_AUTHOR_NAME: flathubbot

0 commit comments

Comments
 (0)