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

Fix YAML syntax in README example #63

Closed libutcher closed 7 months ago

libutcher commented 8 months ago

The code example in the README is currently broken because of the syntax used to print the string Secret: ahead of the output. YAML requires strings that include special characters like : to be enclosed with quotes to print correctly as a string. This MR fixes that.