Skip to content

Commit

Permalink
ci: fix missing quotes in Opensearch link (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead authored Jan 24, 2024
1 parent d3cffa9 commit 4431ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/notify_e2e_failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4431ac3

Please sign in to comment.