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
##[warning]Unexpected input 'repository', valid inputs are ['']
Run pozetroninc/github-action-get-latest-release@master
with:
repository: rarusel/terra-snellman
##[error]Cannot read property 'tag_name' of undefined
I don't know much about actions/workflows yet, but this seems consistent with the fact that your action.yaml does not list any input parameters.
If this is indeed the source of my problem, would you mind fixing it?
If not, do you have any recommendations why else I might be getting this error?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using your action in my workflow like so:
and I receive the following error:
I don't know much about actions/workflows yet, but this seems consistent with the fact that your
action.yaml
does not list any input parameters.If this is indeed the source of my problem, would you mind fixing it?
If not, do you have any recommendations why else I might be getting this error?
Thanks!
The text was updated successfully, but these errors were encountered: