fix: change pg connection string format

This commit is contained in:
2025-09-27 13:45:54 +10:00
parent 9a2fc50611
commit bf1f9f466c

View File

@@ -28,7 +28,7 @@ jobs:
proxmox_api_token_secret = "${{ secrets.PVE_API_TOKEN_SECRET }}" proxmox_api_token_secret = "${{ secrets.PVE_API_TOKEN_SECRET }}"
ssh_key = "${{ secrets.SSH_PRIVATE_KEY }}" ssh_key = "${{ secrets.SSH_PRIVATE_KEY }}"
passphrase = "${{ secrets.SSH_PASSPHRASE }}" passphrase = "${{ secrets.SSH_PASSPHRASE }}"
PG_CONN_STR = ${{ secrets.PG_CONN_STR }} PG_CONN_STR = "${{ secrets.PG_CONN_STR }}"
EOF EOF
- name: Setup Opentofu - name: Setup Opentofu