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 523eed9 commit 9c402b1Copy full SHA for 9c402b1
.github/workflows/sync-gist.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
18
run: |
19
- FILE_CONTENT=$(cat yourfile.md | jq -Rs .)
+ FILE_CONTENT=$(cat notes/questions.md | jq -Rs .)
20
GIST_ID=076468498c7f080b3a6d0c1f8c618b19
21
22
curl -X PATCH \
0 commit comments