1Password / load-secrets-action

Load secrets from 1Password into your GitHub Actions jobs
https://developer.1password.com
MIT License
190 stars 25 forks source link

Parse CLI version without jq #51

Closed edif2008 closed 1 year ago

edif2008 commented 1 year ago

It seems that we can't assume that images have jq built-in, therefore we will use grep which comes built-in with all UNIX systems.

Resolves: #50