Skip to content

Commit f577667

Browse files
committed
update
1 parent 95ee4d3 commit f577667

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
@@ -53,7 +53,7 @@ jobs:
5353
git init
5454
git remote add origin "https://github.com/${{ github.repository }}"
5555
git fetch --no-tags --depth=1 origin "${{ github.ssh }}"
56-
git checkout "${{ github.sha }}""
56+
git checkout "${{ github.sha }}"
5757
git submodule update --recursive --init --depth=1
5858
5959
- name: Configure

0 commit comments

Comments
 (0)