Skip to content

Commit ef7b22d

Browse files
committed
Missing '"'
1 parent b130cbf commit ef7b22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-tear-down-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
BACKUP_VAULT_EXISTS=$(aws backup list-backup-vaults \
8888
--region eu-west-2 \
89-
--query "BackupVaultList[?BackupVaultName=='${{ matrix.sandbox-name }}_backup_vault'] \
89+
--query "BackupVaultList[?BackupVaultName=='${{ matrix.sandbox-name }}_backup_vault']" \
9090
--output text)
9191
9292
if [ -z "$BACKUP_VAULT_EXISTS" ]; then

0 commit comments

Comments
 (0)