We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c14de commit c6a688eCopy full SHA for c6a688e
.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=='Default']" \
+ --query "BackupVaultList[?BackupVaultName=='${{ matrix.sandbox-name }}_backup_vault']" \
90
--output text)
91
92
if [ -z "$BACKUP_VAULT_EXISTS" ]; then
0 commit comments