mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
* testing changes in branch
This commit is contained in:
parent
130d1f5f4f
commit
935c5e005f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ const { exportSecrets } = require('./action');
|
|||
|
||||
(async () => {
|
||||
try {
|
||||
await core.group('Get Vault Secrets', exportSecrets);
|
||||
await core.group('MCOULOMBE TEST', exportSecrets);
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue