mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-30 04:38:38 -04:00
ci: fix missing quotes in Opensearch link (#2852)
This commit is contained in:
parent
d3cffa9fee
commit
4431ac3233
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ runs:
|
|||
(query:(match_phrase:(metadata.github.run-id:${{ github.run_id }}))),
|
||||
(query:(match_phrase:(metadata.github.ref-stream:${{ inputs.refStream }}))),
|
||||
(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 ")
|
||||
|
||||
# URL construction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue