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

fix: Add GITHUB_SERVER_URL to env #455

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6e28c0fb881daa63d74b179ac1da1bf978387989 codecov
1417224f923a9dc6dc27fd2166707a4c7177b0e1 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
1502df150fc90665769e162db8778dc03af21a73f0d4f7d50f63b109e6d7cbf7 codecov
0202c587da651bbcb929f0dfd31d5cbf2c3d281c6faa6c628a1c78f01d98c6ae 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
01f8e8d1995826192cdbc1c44c4a939196e6b34ce7c588f274b9810fc2431d923473ababdbe616d1e1884efef8566931db82c3af13ed0517baaf040d5dc0d08c codecov
3b92fdc4f8902c217a5ffeaea3cb455180cde1d5c0c42e204c3b716e069faeb61d8d8d5d81b518f001f30a7e45e03ab30a2cf71031c1f89680debd578e27eb54 env
2 changes: 1 addition & 1 deletion codecov
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e +o pipefail

VERSION="1.0.5"
VERSION="1.0.6"

codecov_flags=( )
url="https://codecov.io"
Expand Down
3 changes: 2 additions & 1 deletion env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e +o pipefail

VERSION="1.0.3"
VERSION="1.0.6"

add()
{
Expand Down Expand Up @@ -257,6 +257,7 @@ then
add "GITHUB_REF"
add "GITHUB_REPOSITORY"
add "GITHUB_RUN_ID"
add "GITHUB_SERVER_URL"
thomasrockhu marked this conversation as resolved.
Show resolved Hide resolved
add "GITHUB_SHA"
add "GITHUB_WORKFLOW"

Expand Down