We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b130cbf commit ef7b22dCopy full SHA for ef7b22d
.github/workflows/automated-tear-down-test.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
BACKUP_VAULT_EXISTS=$(aws backup list-backup-vaults \
88
--region eu-west-2 \
89
- --query "BackupVaultList[?BackupVaultName=='${{ matrix.sandbox-name }}_backup_vault'] \
+ --query "BackupVaultList[?BackupVaultName=='${{ matrix.sandbox-name }}_backup_vault']" \
90
--output text)
91
92
if [ -z "$BACKUP_VAULT_EXISTS" ]; then
0 commit comments