Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
fix: Update GitHub Actions server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jul 20, 2021
1 parent 98fd3d7 commit f813e77
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SHA1SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
81bcd9a9ae7d3137a17d31fb1633e839c55eeb4c codecov
8b75c056bddd46e8dbfaa475935fbba6f6a33c77 env
fc2d674589216230d460346666e8ff9c66f764b0 codecov
e0fdabd81efb1bba10099ed5ee8b260d239d10b9 env
4 changes: 2 additions & 2 deletions SHA256SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
65289785bc738dec8dce952b0fb3bdea1b68453a4db27451d1270b9842ae3cb8 codecov
8d0fa7c26d1e95f361b054649a1ad6afe5e2a1a0f128289149c7227e15eefc28 env
d0d13bfb6b83b1ed5b6a206dd376f296dda158f5dc82a1445f90e486b1dc3ea3 codecov
ca8f1511b9c6f275ed97efbd063ee499507d98d18df77c3e35f58b4d5fccec7f env
4 changes: 2 additions & 2 deletions SHA512SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4e03113a71515f05f1e64626ac61b4814ea76a642640a044a8150b8f764381c92cfcf38b381dbf8aeba340cbf2ed8dc5daf26ff058f348fbf90ad7dea67986ba codecov
47689572d9bcf89be411a63129a5eb95257558b5d8df6ae96a973bde6c954e9bc943f6a87c2884440abc831637b967f2da748564ff0f61d99dcf9b0a1447d1df env
b23a1edd6dc2db566fb7d6fbc89c6db4c7c03eb191319ebc2a6f0aa3b6401b9bd128f1f336fd47c52def330601167c84d72e5cedaed160fdbbdcc576c5457ff8 codecov
9b6c66509b6b6d8f1e36f2db4dc102b3bb1f831c6b8dea28cfce4d592a6b7efcb513330f7b2876dde540e9ca1da105783f56b3819e4dcb93f4d0e510a1ee083a env
2 changes: 1 addition & 1 deletion codecov
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ then
commit="${GITHUB_SHA}"
slug="${GITHUB_REPOSITORY}"
build="${GITHUB_RUN_ID}"
build_url=$(urlencode "http://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}")
build_url=$(urlencode "${GITHUB_SERVER_URL:-https://github.com}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}")
job="$(urlencode "${GITHUB_WORKFLOW}")"

# actions/checkout runs in detached HEAD
Expand Down
1 change: 1 addition & 0 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ then
add "GITHUB_REF"
add "GITHUB_REPOSITORY"
add "GITHUB_RUN_ID"
add "GITHUB_SERVER_URL"
add "GITHUB_SHA"
add "GITHUB_WORKFLOW"

Expand Down

0 comments on commit f813e77

Please sign in to comment.