We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
translate-secrets
1 parent 570898e commit 62b49bbCopy full SHA for 62b49bb
actions/get-vault-secrets/action.yaml
@@ -56,7 +56,7 @@ runs:
56
# Translate the secrets into a format that the Vault action can understand
57
- id: translate-secrets
58
shell: bash
59
- run: "${GITHUB_ACTION_PATH}/translate-secrets.sh"
+ run: "${GITHUB_ACTION_PATH}/translate-secrets.bash"
60
env:
61
REPO_SECRETS: ${{ inputs.repo_secrets }}
62
COMMON_SECRETS: ${{ inputs.common_secrets }}
0 commit comments