Skip to content

Commit 71d2bf0

Browse files
authored
echo $TAG_NAME in Action (#421)
Just to be able to see on logs what version it has actually resolved to. Because of #419 (comment).
1 parent 4ddd82a commit 71d2bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
else
4040
TAG_NAME=$TAG_PATTERN
4141
fi
42+
echo $TAG_NAME
4243
gh release download $TAG_NAME --pattern bazel-steward.jar --repo $REPOSITORY
4344
env:
4445
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)