From 4431ac3233bd745bc55443e8732a70bd380f1c84 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Wed, 24 Jan 2024 17:29:19 +0100 Subject: [PATCH] ci: fix missing quotes in Opensearch link (#2852) --- .github/actions/notify_e2e_failure/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/notify_e2e_failure/action.yml b/.github/actions/notify_e2e_failure/action.yml index 9129cffef3..0c6a758a0d 100644 --- a/.github/actions/notify_e2e_failure/action.yml +++ b/.github/actions/notify_e2e_failure/action.yml @@ -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