We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a40b5 commit fd01f3cCopy full SHA for fd01f3c
action.yml
@@ -33,6 +33,12 @@ inputs:
33
required: false
34
type: integer
35
36
+ ALLOW_CANCEL_CRON:
37
+ description: "Can we cancel on-going crons, to speed up deployment? default: 0"
38
+ default: 0
39
+ required: false
40
+ type: integer
41
+
42
outputs:
43
status:
44
description: 'Status information (Exists if fail)'
@@ -47,6 +53,7 @@ runs:
47
53
PLATFORMSH_KEY: ${{ inputs.PLATFORMSH_KEY }}
48
54
ENVIRONMENT_NAME: ${{ inputs.ENVIRONMENT_NAME }}
49
55
DEPLOY_WAIT_TIME: ${{ inputs.DEPLOY_WAIT_TIME }}
56
+ ALLOW_CANCEL_CRON: ${{ inputs.ALLOW_CANCEL_CRON }}
50
57
51
58
- name: Check latest deploy status
52
59
shell: bash
0 commit comments