Fix spaces

This commit is contained in:
alesapin 2021-09-15 11:39:15 +03:00
parent 55d6c4e196
commit 2fa9c93b6b

View File

@ -31,7 +31,7 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: "Trying to update check link"
run: |
curl --request PATCH --url https://api.github.com/repos/${{ github.repository }}/check-runs/${{ github.run_id }} \
curl --request PATCH --url https://api.github.com/repos/${{ github.repository }}/check-runs/${{ github.run_id }} \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
-d '{"name" : "hello-world-name"}'
-d '{"name" : "hello-world-name"}'