We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626443a commit 612fd29Copy full SHA for 612fd29
action.yml
@@ -30,7 +30,6 @@ runs:
30
else
31
URL="https://api.github.com/repos/jandelgado/gcov2lcov/releases/tags/${{inputs.version}}"
32
fi
33
- echo "URL=$URL"
34
# starting with version v1.1.0 gcov2lcov changed it's artefact naming a bit.
35
# we are gentle and support also the old naming convetion
36
PACKAGE_URL=$(curl "$URL" | jq -r '.assets[] | select(.name | test("gcov2lcov.*linux.amd64.tar.gz")) | .browser_download_url')
0 commit comments