Skip to content

Commit b9b28fe

Browse files
committed
fix Github env
1 parent 9718178 commit b9b28fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "Current Commit ID REF : $REF"
4242
STATUS_URL=$API_HOST/repos/$OWNER/$REPO/statuses/$COMMIT_ID
4343
echo "STATUS_URL: $STATUS_URL"
44-
echo "GITHUB_URL=${{ STATUS_URL }}" >> $GITHUB_ENV
44+
echo "GITHUB_URL=$STATUS_URL" >> $GITHUB_ENV
4545
curl -X POST $STATUS_URL \
4646
-H "Authorization: Bearer $GITHUB_TOKEN" \
4747
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)