diff --git a/.github/workflows/validate-blogpost.yml b/.github/workflows/validate-blogpost.yml index 96ac82915..02e42d4eb 100644 --- a/.github/workflows/validate-blogpost.yml +++ b/.github/workflows/validate-blogpost.yml @@ -52,10 +52,8 @@ jobs: --url https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }}/comments \ --header 'authorization: Bearer ${{ secrets.REPOSITORY_LOCAL_USER_TOKEN }}' \ --header 'content-type: application/json' \ - --header 'accept: application/vnd.github.v3+json' - --data '{ - "body": "This is a test to create an issue comment via API." - }' \ + --header 'accept: application/vnd.github.v3+json' \ + --data '{ "body": "This is a test to create an issue comment via API." }' \ --fail - name: Run Docker image