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 efd222e commit 8dbab49Copy full SHA for 8dbab49
.github/workflows/python-package.yml
@@ -48,4 +48,4 @@ jobs:
48
-H "Authorization: Bearer $TOKEN" \
49
-H "X-GitHub-Api-Version: 2022-11-28" \
50
https://api.github.com/repos/zckv/pypi_in_pages_example/actions/workflows/addrepo.yml/dispatches \
51
- -d '{"ref":"master","inputs":{"name": "$NAME", "version": "$VERSION", "link": "$LINK"}}'
+ -d "{\"ref\":\"master\",\"inputs\":{\"name\": \"$NAME\", \"version\": \"$VERSION\", \"link\": \"$LINK\"}}"
0 commit comments