fix: proper quoting - GITHUB_STEP_SUMMARY

This commit is contained in:
Roman 2024-01-17 16:52:29 +08:00
parent 4fa63b055c
commit 126eedc5d7

View File

@ -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 }}