Skip to content

Commit

Permalink
output lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 committed Jul 7, 2022
1 parent e7a0570 commit 4e5d536
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ setup() {
}

downloadBinary() {
echo "::group::Download ${name}"
OWNER="$1"
REPOSITORY="$2"
NAME="$3"
VERSION="$4"
ASSET="$5"

echo "::group::Download ${NAME}"
echo "Setting ${NAME} path..."
BIN_PATH="${GITHUB_ACTION_PATH}/.bin/${NAME}"
echo "BIN_PATH=${BIN_PATH}"
Expand All @@ -36,12 +35,12 @@ getLatestVersion() {
}

downloadAsset() {
echo "::group::Download ${name}"
OWNER="$1"
REPOSITORY="$2"
NAME="$3"
VERSION="$4"
ASSET="$5"
echo "::group::Download ${NAME}"

echo "Setting ${NAME} path..."
BIN_PATH="${GITHUB_ACTION_PATH}/.bin"
Expand Down

0 comments on commit 4e5d536

Please sign in to comment.