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.
2 parents 4163f1e + 5dd8420 commit 7a0dcdfCopy full SHA for 7a0dcdf
.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