Skip to content

Commit 8dbab49

Browse files
committed
replace single quote for substitution
1 parent efd222e commit 8dbab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
-H "Authorization: Bearer $TOKEN" \
4949
-H "X-GitHub-Api-Version: 2022-11-28" \
5050
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"}}'
51+
-d "{\"ref\":\"master\",\"inputs\":{\"name\": \"$NAME\", \"version\": \"$VERSION\", \"link\": \"$LINK\"}}"

0 commit comments

Comments
 (0)