You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to security reasons for GitHub Action workflow files: you are not allowed to execute shell scripts as inputs for Actions. But you can make the environment variable a GitHub output and call that output instead:
Hi, I was unable to set tag_name with an env variable, see the log below. The tag should be
test
but it created a new tag$TAG_NAME
.The text was updated successfully, but these errors were encountered: