ci: fix maa-patch action for self-managed create (#2578)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-11-13 16:29:33 +01:00 committed by GitHub
parent f79d5e8b08
commit e8f0c58558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ runs:
- name: Patch MAA Policy
shell: bash
working-directory: ${{ github.workspace }}/e2e-infra
if: ${{ inputs.cloudProvider }} == 'azure'
if: inputs.cloudProvider == 'azure'
run: |
bazel run //hack/maa-patch:maa-patch $(terraform output attestationURL | jq -r)