mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 07:59:37 -05:00
ci: fix missing quotes in Opensearch link (#2852)
This commit is contained in:
parent
d3cffa9fee
commit
4431ac3233
@ -63,7 +63,7 @@ runs:
|
|||||||
(query:(match_phrase:(metadata.github.run-id:${{ github.run_id }}))),
|
(query:(match_phrase:(metadata.github.run-id:${{ github.run_id }}))),
|
||||||
(query:(match_phrase:(metadata.github.ref-stream:${{ inputs.refStream }}))),
|
(query:(match_phrase:(metadata.github.ref-stream:${{ inputs.refStream }}))),
|
||||||
(query:(match_phrase:(metadata.github.kubernetes-version:${{ inputs.kubernetesVersion }}))),
|
(query:(match_phrase:(metadata.github.kubernetes-version:${{ inputs.kubernetesVersion }}))),
|
||||||
(query:(match_phrase:(metadata.github.e2e-test-payload:${{ steps.encode-uri-component.outputs.string }})))
|
(query:(match_phrase:(metadata.github.e2e-test-payload:'${{ steps.encode-uri-component.outputs.string }}')))
|
||||||
))" | tr -d "\t\n ")
|
))" | tr -d "\t\n ")
|
||||||
|
|
||||||
# URL construction
|
# URL construction
|
||||||
|
Loading…
Reference in New Issue
Block a user