mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
* update index.js
This commit is contained in:
parent
935c5e005f
commit
88ee9b8880
1 changed files with 1 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -19180,7 +19180,7 @@ const { exportSecrets } = __nccwpck_require__(3348);
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
try {
|
try {
|
||||||
await core.group('Get Vault Secrets', exportSecrets);
|
await core.group('MCOULOMBE TEST', exportSecrets);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue