Skip to content

Commit 612fd29

Browse files
committed
wip
1 parent 626443a commit 612fd29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ runs:
3030
else
3131
URL="https://api.github.com/repos/jandelgado/gcov2lcov/releases/tags/${{inputs.version}}"
3232
fi
33-
echo "URL=$URL"
3433
# starting with version v1.1.0 gcov2lcov changed it's artefact naming a bit.
3534
# we are gentle and support also the old naming convetion
3635
PACKAGE_URL=$(curl "$URL" | jq -r '.assets[] | select(.name | test("gcov2lcov.*linux.amd64.tar.gz")) | .browser_download_url')

0 commit comments

Comments
 (0)