From 5d52d584caca7d5589ff291ea982a09766940e2f Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Mon, 22 Jan 2024 16:46:41 +0100 Subject: [PATCH] remove broken label from OpenSearch query link --- .github/actions/notify_e2e_failure/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/notify_e2e_failure/action.yml b/.github/actions/notify_e2e_failure/action.yml index 0cc992411..66da51700 100644 --- a/.github/actions/notify_e2e_failure/action.yml +++ b/.github/actions/notify_e2e_failure/action.yml @@ -57,7 +57,6 @@ 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:${{ inputs.test }}))) ))" | tr -d "\t\n ") # URL construction