Skip to content

Commit 79529ea

Browse files
committed
validation fix
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent c7d240e commit 79529ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/validations.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
- name: Install OS dependencies
2424
run: apk add --no-cache uv git
2525
- name: Configure git
26-
run: git config --global --add safe.directory ${{ github.workspace }}
26+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2828
with:
2929
persist-credentials: false
30-
set-safe-directory: ${{ github.workspace }}
3130
- name: ruff check
3231
run: uv run ruff check

0 commit comments

Comments
 (0)