mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-10 18:03:07 +00:00
fix: variable expansion for curl
This commit is contained in:
parent
d565a1759f
commit
563d4f0a54
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -79,5 +79,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}" }' --url '${{ secrets.DISCORD_TEST_REPORTS_WH }}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user