Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-09-21 10:37:32 +00:00
parent 8ecd94f08c
commit a594314bb1

View File

@ -89,7 +89,7 @@ jobs:
run: |
bw config server $VAULTWARDEN_LINK
bw login --apikey
BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw)
BW_SESSION = bw unlock "$BW_PASSWORD" --raw
echo "getting item"
bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt"