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 50be560 commit 5dd8420Copy full SHA for 5dd8420
.github/workflows/ci.yml
@@ -29,9 +29,9 @@ jobs:
29
echo "Last commit ID of PR: $COMMIT_ID"
30
REF=$GITHUB_SHA
31
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
+ GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID
+ echo "GITHUB_URL: $GITHUB_URL"
+ echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
35
36
- name: Install Dependencies
37
run: npm install
0 commit comments