mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: proper quoting - GITHUB_STEP_SUMMARY
This commit is contained in:
parent
4fa63b055c
commit
126eedc5d7
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -83,5 +83,5 @@ jobs:
|
||||
echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES}}" >> $GITHUB_STEP_SUMMARY
|
||||
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
|
||||
curl -H "Content-Type: application/json" -X POST -d '{"username": "${{ github.workflow }}", "content": "${{ $GITHUB_STEP_SUMMARY }}"}' ${{ secrets.DISCORD_TEST_REPORTS_WH }}
|
||||
curl -H "Content-Type: application/json" -X POST -d '{"username": "${{ github.workflow }}", "content": "$GITHUB_STEP_SUMMARY" }' ${{ secrets.DISCORD_TEST_REPORTS_WH }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user