issues
search
1Password
/
load-secrets-action
Load secrets from 1Password into your GitHub Actions jobs
https://developer.1password.com
MIT License
197
stars
27
forks
source link
Improve the shell script
#49
Closed
edif2008
closed
1 year ago
edif2008
commented
1 year ago
Key changes in this PR:
Use the new syntax for setting a step's output since
the old one is deprecated
.
Automatically fetch the latest stable version of the CLI.
Add additional architectures for Linux
Make the action fail if the GitHub Action runner's operating system is not supported.
Resolves: #27
Key changes in this PR:
Resolves: #27