Skip to content

Commit 62b49bb

Browse files
authored
fix(get-vault-secrets): correct path to translate-secrets (#477)
In 570898e we renamed this but forgot to update a reference. get-vault-secrets is now failing.
1 parent 570898e commit 62b49bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/get-vault-secrets/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
# Translate the secrets into a format that the Vault action can understand
5757
- id: translate-secrets
5858
shell: bash
59-
run: "${GITHUB_ACTION_PATH}/translate-secrets.sh"
59+
run: "${GITHUB_ACTION_PATH}/translate-secrets.bash"
6060
env:
6161
REPO_SECRETS: ${{ inputs.repo_secrets }}
6262
COMMON_SECRETS: ${{ inputs.common_secrets }}

0 commit comments

Comments
 (0)