We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c11345 commit 95ee4d3Copy full SHA for 95ee4d3
.github/workflows/c.yaml
@@ -49,8 +49,8 @@ jobs:
49
50
- name: Checkout
51
run: |
52
+ git config --global --add safe.directory "${PWD}"
53
git init
- git config --add safe.directory "${PWD}"
54
git remote add origin "https://github.com/${{ github.repository }}"
55
git fetch --no-tags --depth=1 origin "${{ github.ssh }}"
56
git checkout "${{ github.sha }}""
0 commit comments