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
I had the same issue. For me it was caused because the repo I was working on belonged to an org, but this action defaults to using the person running the action as the owner of the repo - the usage of the env variable GITHUB_ACTOR instead of GITHUB_REPOSITORY_OWNER.
So if you have the same problem as me then this action is calling a repo at jannotti-glaucio/FederatedCatalog instead of your-org/FederatedCatalog.
Hi Guys !
I'm trying to use the bump-version action but it's not working!
The error is occurring when it tries to create the version tag:
The .yml file is defined as below:
Can anyone help me with this?
Regards
The text was updated successfully, but these errors were encountered: