This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Docs for Github Action: How to install yq for a bash script? #2208
Labels
You can continue the conversation there. Go to discussion →
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: