-
Notifications
You must be signed in to change notification settings - Fork 47
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
pkgx.yaml support #240
Comments
Within a github action? Or some other way? If you mean using the github actions, you'd want to use the Both are shown in our documentation here: https://docs.pkgx.sh/run-anywhere/ci-cd |
Yes use the dev action |
so having a dependencies:
terraform this action: - uses: actions/checkout@v3
- uses: pkgxdev/dev@v1 will pick it up and i can use steps:
- run: terraform --version ? |
is it possible to have different |
is https://docs.pkgx.sh/using-dev/dev#pkgx.yaml supported? afaik it doesnt support shell integration. is it possible to install from a
pkgx.yaml
and have those binaries usable in your github bin path?The text was updated successfully, but these errors were encountered: