Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup action doesn't work inside a local repository action #29

Open
brandonguigo opened this issue Feb 6, 2023 · 0 comments
Open

Setup action doesn't work inside a local repository action #29

brandonguigo opened this issue Feb 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@brandonguigo
Copy link

brandonguigo commented Feb 6, 2023

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 brandonguigo added the bug Something isn't working label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants