Skip to content

Commit aaf796b

Browse files
committed
Address git permissions issue in ci
1 parent a21794c commit aaf796b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@ jobs:
2020
image: erlang:${{ matrix.otp }}
2121
steps:
2222
- uses: actions/checkout@v3
23-
- name: Test
23+
24+
- name: Mark Git directory as safe
25+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
26+
27+
- name: Run CI
28+
shell: bash
2429
run: make ci

0 commit comments

Comments
 (0)