Skip to content

Commit c01931a

Browse files
authored
Merge pull request #1140 from leahneukirchen/dubious-ownership-fix
CI: ignore dubious ownership issues
2 parents 3a8a173 + 9bee9f2 commit c01931a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v3
1818

19+
- name: Consider all directories safe
20+
run: git config --global --add safe.directory '*'
21+
1922
- name: Fetch all tags for `git describe`
2023
run: git fetch --force --prune --unshallow --tags
2124

0 commit comments

Comments
 (0)