We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8817ba commit fa38475Copy full SHA for fa38475
.github/workflows/test_coverage.yml
@@ -72,5 +72,5 @@ jobs:
72
env:
73
webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }}
74
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}
75
- data: '${{ steps.extract-coverage.outputs.coverage }}'
+ data: '{ "coverage": ${{ steps.extract-coverage.outputs.coverage }}, "run_id": "${{ github.run_id }}" }'
76
if: ${{ false }}
0 commit comments