Skip to content

Commit 5dd8420

Browse files
committed
update refernce variables
1 parent 50be560 commit 5dd8420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
echo "Last commit ID of PR: $COMMIT_ID"
3030
REF=$GITHUB_SHA
3131
echo "Current Commit ID REF : $REF"
32-
STATUS_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID
33-
echo "STATUS_URL: $STATUS_URL"
34-
echo "GITHUB_URL=$STATUS_URL" >> $GITHUB_ENV
32+
GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID
33+
echo "GITHUB_URL: $GITHUB_URL"
34+
echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
3535
3636
- name: Install Dependencies
3737
run: npm install

0 commit comments

Comments
 (0)