diff --git a/action.yml b/action.yml index e6f2d4f..ba2bebb 100644 --- a/action.yml +++ b/action.yml @@ -33,6 +33,12 @@ inputs: required: false type: integer + ALLOW_CANCEL_CRON: + description: "Can we cancel on-going crons, to speed up deployment? default: 0" + default: 0 + required: false + type: integer + outputs: url: description: "The ready-to-connect URL" @@ -48,6 +54,7 @@ runs: PLATFORMSH_KEY: ${{ inputs.PLATFORMSH_KEY }} ENVIRONMENT_NAME: ${{ inputs.ENVIRONMENT_NAME }} DEPLOY_WAIT_TIME: ${{ inputs.DEPLOY_WAIT_TIME }} + ALLOW_CANCEL_CRON: ${{ inputs.ALLOW_CANCEL_CRON }} - name: Check latest deploy status shell: bash