We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f577667 commit 20b0716Copy full SHA for 20b0716
.github/workflows/c.yaml
@@ -49,6 +49,7 @@ jobs:
49
50
- name: Checkout
51
run: |
52
+ set -x
53
git config --global --add safe.directory "${PWD}"
54
git init
55
git remote add origin "https://github.com/${{ github.repository }}"
0 commit comments