We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718178 commit b9b28feCopy full SHA for b9b28fe
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "Current Commit ID REF : $REF"
42
STATUS_URL=$API_HOST/repos/$OWNER/$REPO/statuses/$COMMIT_ID
43
echo "STATUS_URL: $STATUS_URL"
44
- echo "GITHUB_URL=${{ STATUS_URL }}" >> $GITHUB_ENV
+ echo "GITHUB_URL=$STATUS_URL" >> $GITHUB_ENV
45
curl -X POST $STATUS_URL \
46
-H "Authorization: Bearer $GITHUB_TOKEN" \
47
-H "Content-Type: application/json" \
0 commit comments