We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928986b commit e43d1fdCopy full SHA for e43d1fd
action.yml
@@ -32,6 +32,7 @@ runs:
32
[ -z "${{ inputs.config }}"] || [ -f "${{ inputs.config }}" ] || $(echo "Validation error: inputs.config does not exist!" && exit -1)
33
[ -z "${{ inputs.environment }}" ] || $(echo '${{ inputs.environment }}' | jq) || $(echo "Validation error: inputs.environment does not contain valid json!" && exit -1)
34
[ -z "${{ inputs.custopizer }}" ] || [[ "${{ inputs.custopizer }}" ~= ^[a-zA-Z0-9_][a-zA-Z0-9_.-]{0,127}$ || "${{ inputs.custopizer }}" =~ sha256:[a-f0-9]{64}$ ]] || $(echo "Validation error: inputs.custopizer does not contain a valid version!" && exit -1)
35
+ shell: bash
36
37
- name: "Run CustoPiZer"
38
run: |
0 commit comments