Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleene authored Jan 7, 2025
1 parent 51f8c50 commit db8f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/start-up-with-containers/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
printf 'adding the following keys:\n [%s]\n[%s] \n' "${keys}" "${keyring}"
yq_command="$(printf '(.services.kas.keyring = . + %s) | (.server.cryptoProvider.standard.keys = . + %s)' "${keyring}" "${keys}")"
yq_command="$(printf '(.services.kas.keyring = %s) | (.server.cryptoProvider.standard.keys = %s)' "${keyring}" "${keys}")"
<opentdf-dev.yaml >opentdf.yaml yq e "${yq_command}"
Expand Down

0 comments on commit db8f4d1

Please sign in to comment.