5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/src
Max Wagner 1f5b7d55d8
Set output for the error message (#446)
* 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
2023-05-19 09:21:14 -04:00
..
action.js Add userpass auth and ldap auth support (#440) 2023-03-31 17:58:12 -05:00
action.test.js Add Decoding to Secrets (#408) 2023-01-17 10:42:49 -06:00
auth.js Add userpass auth and ldap auth support (#440) 2023-03-31 17:58:12 -05:00
auth.test.js Add additional mocks needed for tests in new versions of @actions (#343) 2022-06-28 14:35:22 -07:00
entry.js Set output for the error message (#446) 2023-05-19 09:21:14 -04:00
index.js chore: make vault action consumable (#43) 2020-04-11 23:54:04 -05:00
retries.test.js Retry on 412 status codes (#333) 2022-06-29 12:55:26 +01:00
secrets.js handle undefined response in getSecrets error handler (#431) 2023-03-02 14:39:28 -05:00