Skip to content

Commit 9c402b1

Browse files
authored
Update sync-gist.yml
1 parent 523eed9 commit 9c402b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-gist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
1818
run: |
19-
FILE_CONTENT=$(cat yourfile.md | jq -Rs .)
19+
FILE_CONTENT=$(cat notes/questions.md | jq -Rs .)
2020
GIST_ID=076468498c7f080b3a6d0c1f8c618b19
2121
2222
curl -X PATCH \

0 commit comments

Comments
 (0)