File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : PS_VERSION ENV Setup
3434 run : |
35- if [[ -n "${{ github.event.inputs.ps_version }}" ]]; then
35+ if [[ "${{ github.event.inputs.ps_version }}" != http* ]]; then
3636 PS_VERSION="${{ github.event.inputs.ps_version }}"
3737 PS_VERSION_PATH=$(echo "ps-$PS_VERSION")
3838 PS_VERSION_TRIMED=$(echo ${PS_VERSION%-*})
Original file line number Diff line number Diff line change 1- name : PMM_PXC
1+ name : PMM_PXC
22on :
33 workflow_dispatch :
44 inputs :
3131
3232 - name : PXC_VERSION ENV Setup
3333 run : |
34- if [[ -n "${{ github.event.inputs.pxc_version }}" ]]; then
34+ if [[ "${{ github.event.inputs.pxc_version }}" != http* ]]; then
3535 PXC_VERSION="${{ github.event.inputs.pxc_version }}"
3636 PXC_VERSION_PATH=$(echo "pxc-$PXC_VERSION")
3737 PXC_VERSION_TRIMED=$(echo ${PXC_VERSION%-*})
You can’t perform that action at this time.
0 commit comments