mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
* Set output for the error message In the event vault-action throws an error, the error message is sent to the workflow log when with core.setFailed, but that output is not accessible to other steps in the workflow. This change sets an output for the error message, called errorMessage, than can be read by other steps within the workflow and parsed. * Add hashicorp/vault-action#446 to improvements in CHANGELOG |
||
|---|---|---|
| .. | ||
| action.js | ||
| action.test.js | ||
| auth.js | ||
| auth.test.js | ||
| entry.js | ||
| index.js | ||
| retries.test.js | ||
| secrets.js | ||