We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7b22d commit 39c14deCopy full SHA for 39c14de
.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=='Default']" \
90
--output text)
91
92
if [ -z "$BACKUP_VAULT_EXISTS" ]; then
0 commit comments