We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f8a0f commit 8e10621Copy full SHA for 8e10621
1 file changed
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
COLOR="warning"
54
fi
55
56
- BUILD_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run-id }}"
+ BUILD_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
57
58
curl -X POST -H 'Content-type: application/json' --data \
59
'{
0 commit comments