We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please describe your feature request.
I want to use yq in a bash script.
yq
I am looking at the current docs:
https://mikefarah.gitbook.io/yq/usage/github-action
I only see a way to run an action. I want to use yq in a bash script which I run in a Github Workflow step.
Please add instructions how to do that.
I tried apt and snap and both methods for installing did not work.
I found that: https://github.com/frenck/action-setup-yq
But somehow I would like to avoid it. It is one more dependency, and one more person who could inject evil code.
(and of course: Thank you very much for yq. I use it almost daily)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please describe your feature request.
I want to use
yq
in a bash script.I am looking at the current docs:
https://mikefarah.gitbook.io/yq/usage/github-action
I only see a way to run an action. I want to use
yq
in a bash script which I run in a Github Workflow step.Please add instructions how to do that.
I tried apt and snap and both methods for installing did not work.
I found that: https://github.com/frenck/action-setup-yq
But somehow I would like to avoid it. It is one more dependency, and one more person who could inject evil code.
(and of course: Thank you very much for yq. I use it almost daily)
The text was updated successfully, but these errors were encountered: