mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-05-23 09:15:53 +00:00
Revert convert to esm (#544)
* Revert "update got dependency and convert to esm module (#533)"
This reverts commit 77efb36ae3.
* keep new local test file changes
* keep changes to PR template
* update changelog
This commit is contained in:
parent
ee41aa2fcf
commit
66531b2752
39 changed files with 14341 additions and 12232 deletions
|
|
@ -14,6 +14,6 @@ function normalizeOutputKey(dataKey, isEnvVar = false) {
|
|||
return outputKey;
|
||||
}
|
||||
|
||||
export {
|
||||
normalizeOutputKey
|
||||
module.exports = {
|
||||
normalizeOutputKey
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue