Hahaha. Resolve the variable, don't just include its name.

This commit is contained in:
Jean-Paul Calderone 2021-01-06 14:57:31 -05:00
parent 8e8a7d82c6
commit 4d2782c178

View File

@ -165,7 +165,7 @@ jobs:
# its authors have selected GITHUB_RUN_ID.
#
# Thus, we select the same.
curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=GITHUB_RUN_ID&payload[status]=done"
curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$GITHUB_RUN_ID&payload[status]=done"
env:
# Some magic value required for some magic reason.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"