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
Describe the bug
I have an actio that does the setup for our pipeline (inside the same repo of the pipeline, so a local action). This actions installs all the tooling and configure everything so the pipeline can run without worrying of configuration.
When the versio-install action is called inside a repository local action, versio is not installed for the other steps of the jobs that runs after the setup actions is finished (missing versio command).
To Reproduce
Create a local action inside a repo with a call to the setup versio action. Then, inside a workflow, call the local setup action inside a job step, then after this step, try to call versio, you'll have a command not found error.
Expected behavior
I expect the versio command to be available inside the steps after the local setup action, which is not the case as of right now :)
The text was updated successfully, but these errors were encountered:
Describe the bug
I have an actio that does the setup for our pipeline (inside the same repo of the pipeline, so a local action). This actions installs all the tooling and configure everything so the pipeline can run without worrying of configuration.
When the versio-install action is called inside a repository local action, versio is not installed for the other steps of the jobs that runs after the setup actions is finished (missing versio command).
To Reproduce
Create a local action inside a repo with a call to the setup versio action. Then, inside a workflow, call the local setup action inside a job step, then after this step, try to call versio, you'll have a command not found error.
Expected behavior
I expect the versio command to be available inside the steps after the local setup action, which is not the case as of right now :)
The text was updated successfully, but these errors were encountered: