Fixing script
This commit is contained in:
parent
8ad08afcf4
commit
4c36c5ac34
2
.github/workflows/cs-update-trigger.yml
vendored
2
.github/workflows/cs-update-trigger.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
-H 'Authorization: token ${{ secrets.bot_build_issues_token }}'`
|
||||
ISSUE_NUMBER=`echo $ISSUE_JSON | jq '.[0].number'`
|
||||
curl -X 'POST' \
|
||||
'${{ github.api_url }}/repos/${{ inputs.deploy_repo }}/issues/$ISSUE_NUMBER/comments' \
|
||||
'${{ github.api_url }}/repos/${{ inputs.deploy_repo }}/issues/'$ISSUE_NUMBER'/comments' \
|
||||
-H 'accept: application/json' \
|
||||
-H 'Authorization: token ${{ secrets.bot_build_issues_token }}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user