Skip to content

Commit a359751

Browse files
committed
Increment the gist-sync-action version
Previously, the GitHub gist that hosted the "prod" environment for the userscript removed some escape characters, causing syntax errors when running the script. The latest version of gist-sync-action fixes this.
1 parent fe1a57f commit a359751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gist-sync-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Note that this will write to the usual build path, even though the final
1717
# build artefact won't be checked into version control.
1818
- run: npx webpack
19-
- uses: popsiclestick/gist-sync-action@v1.1
19+
- uses: popsiclestick/gist-sync-action@v1.2.0
2020
id: sync
2121
with:
2222
auth: ${{ secrets.COMMENT_NAV_GIST_TOKEN_PROD }}

0 commit comments

Comments
 (0)