mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 17:55:34 -04:00
encode as uri component
This commit is contained in:
parent
5d52d584ca
commit
2a38decbe4
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,12 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Encode URI component
|
||||||
|
uses: Ablestor/encode-uri-component-action@v1.1
|
||||||
|
id: encode-uri-component
|
||||||
|
with:
|
||||||
|
string: ${{ inputs.test }}
|
||||||
|
|
||||||
- name: Create body template
|
- name: Create body template
|
||||||
id: body-template
|
id: body-template
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -57,6 +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 }})))
|
||||||
))" | tr -d "\t\n ")
|
))" | tr -d "\t\n ")
|
||||||
|
|
||||||
# URL construction
|
# URL construction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue