try with no brackets

This commit is contained in:
2025-03-10 13:39:18 +03:00
parent 93572d9019
commit 83d5a8777f

View File

@@ -50,7 +50,7 @@ jobs:
- name: Save envs
run: |
echo '${{ toJson(steps.vault.outputs) }}' > output.json
jq -r 'to_entries[] | "\(.key)=\"\(.value)\""' output.json > .env
jq -r 'to_entries[] | "\(.key)=\(.value)"' output.json > .env
source .env
cat .env
- name: Migrate