workflow-tools
workflow-tools copied to clipboard
CLI tools for GitHub Actions
Results
2
workflow-tools issues
Sort by
recently updated
recently updated
newest added
For now `workflow_secret` supports setting just one key-value at once. Setting multiple secrets requires explicit looping over the keys: ```bash $ cat key_val.txt SECRET_KEY1=VALUE1 SECRET_KEY2=VALUE2 SECRET_KEY3=VALUE3 $ cat key_val.txt |...
enhancement
priority: medium
Bumps [black](https://github.com/psf/black) from 19.10b0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
dependencies