Skip to content

Commit 95ee4d3

Browse files
committed
update
1 parent 1c11345 commit 95ee4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Checkout
5151
run: |
52+
git config --global --add safe.directory "${PWD}"
5253
git init
53-
git config --add safe.directory "${PWD}"
5454
git remote add origin "https://github.com/${{ github.repository }}"
5555
git fetch --no-tags --depth=1 origin "${{ github.ssh }}"
5656
git checkout "${{ github.sha }}""

0 commit comments

Comments
 (0)