Skip to content

Commit

Permalink
135
Browse files Browse the repository at this point in the history
  • Loading branch information
trzysiek committed Jun 18, 2024
1 parent f6cb9e8 commit 61c0f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
pr_url="https://api.github.com/repos/${{ github.repository }}/issues/${pr_nr}/comments"
test_url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
body="E2E status: :white_check_mark:\n${test_url}"
echo "{\"body\": $body}"
echo "\{\"body\": $body\}"
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-X POST \
-d "{\"body\": $body}" $pr_url
Expand Down

0 comments on commit 61c0f24

Please sign in to comment.