Skip to content

Commit e43d1fd

Browse files
committed
fix: add missing property to new action step
1 parent 928986b commit e43d1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232
[ -z "${{ inputs.config }}"] || [ -f "${{ inputs.config }}" ] || $(echo "Validation error: inputs.config does not exist!" && exit -1)
3333
[ -z "${{ inputs.environment }}" ] || $(echo '${{ inputs.environment }}' | jq) || $(echo "Validation error: inputs.environment does not contain valid json!" && exit -1)
3434
[ -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
3536

3637
- name: "Run CustoPiZer"
3738
run: |

0 commit comments

Comments
 (0)