Skip to content

Update entrypoint.sh #4

Update entrypoint.sh

Update entrypoint.sh #4

Workflow file for this run

on: push
jobs:
curl:
runs-on: ubuntu-latest
steps:
- name: curl
uses: wei/curl@v1
with:
args: -X POST -H "Authorization: bearer ${{ secrets.GITHUB_TOKEN }}" -H "Content-Type: application/json" -d '{"query": "mutation { addDiscussionComment(input: {body: \"${{steps.fetchadvice.outputs.advice}} - ${{steps.fetchadvice.outputs.id}}\" discussionId: \"${{steps.create-discussion.outputs.discussion-id}}\" clientMutationId: \"8888\"}) { clientMutationId comment { id body } } }" }' https://api.github.com/graphql

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 9