Skip to content

Commit 755e9b8

Browse files
committed
set git safe directory again
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent e703999 commit 755e9b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Install OS dependencies
2424
run: apk add --no-cache uv git
25+
- name: Configure git
26+
run: git config --global --add safe.directory ${{ github.workspace }}
2527
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2628
with:
2729
persist-credentials: false

0 commit comments

Comments
 (0)