From 5edffb26b292e64c32a865abd640ae7b364d853f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 9 Mar 2026 17:04:30 +0000 Subject: [PATCH] [ci] Fix family name used for AWS image imports Signed-off-by: Michael Brown --- .github/workflows/aws-import.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-import.yml b/.github/workflows/aws-import.yml index cc9862fa1..ae3e7c563 100644 --- a/.github/workflows/aws-import.yml +++ b/.github/workflows/aws-import.yml @@ -60,8 +60,12 @@ jobs: bin-arm64-efi/ipxe.usb bin-x86_64-pcbios/ipxe.usb bucket: ${{ vars.AWS_BUCKET }} - family: ${{ github.ref == 'refs/heads/awstest' && '--family ipxetest' }} - retain: ${{ github.ref == 'refs/heads/awstest' && '0' || '3' }} + family: >- + ${{ github.ref == 'refs/heads/awstest' && + '--family ipxetest' || '' }} + retain: >- + ${{ github.ref == 'refs/heads/awstest' && + '0' || '3' }} environment: aws-import permissions: id-token: write