fix config
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Call GitHub Releases API
|
name: Call GitHub Releases API
|
||||||
command:
|
command: |
|
||||||
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
|
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
|
||||||
curl -sL -X POST -H "Content-Type: application/json" \
|
curl -sL -X POST -H "Content-Type: application/json" \
|
||||||
-u "$ACCESS_TOKEN" \
|
-u "$ACCESS_TOKEN" \
|
||||||
|
|||||||
Reference in New Issue
Block a user