We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ee4d3 commit f577667Copy full SHA for f577667
.github/workflows/c.yaml
@@ -53,7 +53,7 @@ jobs:
53
git init
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 }}""
+ git checkout "${{ github.sha }}"
57
git submodule update --recursive --init --depth=1
58
59
- name: Configure
0 commit comments