mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 08:06:55 +00:00
fix branch
This commit is contained in:
commit
c290aa607a
2 changed files with 19191 additions and 5 deletions
19191
dist/index.js
vendored
Normal file
19191
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -194,11 +194,6 @@ describe('exportSecrets', () => {
|
|||
.calledWith('secretEncodingType', expect.anything())
|
||||
.mockReturnValueOnce(doEncode);
|
||||
}
|
||||
function mockOutputToken(doOutput) {
|
||||
when(core.getInput)
|
||||
.calledWith('outputToken', expect.anything())
|
||||
.mockReturnValueOnce(doOutput);
|
||||
}
|
||||
|
||||
it('simple secret retrieval', async () => {
|
||||
mockInput('test key');
|
||||
|
|
|
|||
Loading…
Reference in a new issue