diff --git a/action.yaml b/action.yaml index 8cda930..7f2a821 100644 --- a/action.yaml +++ b/action.yaml @@ -72,7 +72,7 @@ runs: if ${{ inputs.build_command }} build -t ${image} . ; then success "Image build" "${{ inputs.image_name }}" else - error "Failed" "Cannot built the image ${{ inputs.image_name }}" \ + error "Failed" "Cannot built the image ${{ inputs.image_name }}" fi - name: tag images