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 828d894 commit 7b20d7e
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 @@
17da79f2871beb108ac24ba32f19e151200c2dad codecov
8b75c056bddd46e8dbfaa475935fbba6f6a33c77 env
252bad0313b29f2b04cc2fb3108c31d20f285bf7 codecov
e0fdabd81efb1bba10099ed5ee8b260d239d10b9 env
4 changes: 2 additions & 2 deletions SHA256SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
70ebb9c8fc4ed7af5700eefa254be05dcc1d76f388258e0507914ffe5979d7d3 codecov
8d0fa7c26d1e95f361b054649a1ad6afe5e2a1a0f128289149c7227e15eefc28 env
2c9f3a46bbd1f07316be31612fb1698d9a8093b03178f28773a72bb77b9bdf2e codecov
ca8f1511b9c6f275ed97efbd063ee499507d98d18df77c3e35f58b4d5fccec7f env
4 changes: 2 additions & 2 deletions SHA512SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
75e7ab56a5c60a230bd2b11737578d3dbb9be6b9779722830c22d0a24c08294715dabed8db18975705cd415674d2832813a0e08f7b797fe4ddc88400abb97045 codecov
47689572d9bcf89be411a63129a5eb95257558b5d8df6ae96a973bde6c954e9bc943f6a87c2884440abc831637b967f2da748564ff0f61d99dcf9b0a1447d1df env
0699ca98ba3ef09d9c7154337c2f23395f6c1702aa005ee50cb23d8b91048e628e40ee7ed4dedcdbd52400b7b54789b480e9c922e66525b0d248f3c792fb5d17 codecov
9b6c66509b6b6d8f1e36f2db4dc102b3bb1f831c6b8dea28cfce4d592a6b7efcb513330f7b2876dde540e9ca1da105783f56b3819e4dcb93f4d0e510a1ee083a env
2 changes: 1 addition & 1 deletion codecov
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,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 7b20d7e

Please sign in to comment.