mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix maa-patch action for self-managed create (#2578)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
f79d5e8b08
commit
e8f0c58558
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user