versio icon indicating copy to clipboard operation
versio copied to clipboard

Setup action doesn't work inside a local repository action

Open brandonguigo opened this issue 3 years ago • 0 comments

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 :)

brandonguigo avatar Feb 06 '23 18:02 brandonguigo