Skip to content

Commit

Permalink
Fixup min_cpu_platform handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ravwojdyla committed Nov 20, 2024
1 parent 1299daa commit 132f50c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ inputs:
required: false
min_cpu_platform:
description: "When specified, the VM will be scheduled on host with specified CPU architecture or a newer one."
required: false
default: AUTOMATIC
required: true
outputs:
label:
description: >-
Expand Down Expand Up @@ -138,5 +139,5 @@ runs:
--actions_preinstalled=${{ inputs.actions_preinstalled }}
--maintenance_policy_terminate=${{ inputs.maintenance_policy_terminate }}
--arm=${{ inputs.arm }}
--min_cpu_platform="${{ inputs.min_cpu_platform }}"
--min_cpu_platform='${{ inputs.min_cpu_platform }}'
shell: bash

0 comments on commit 132f50c

Please sign in to comment.