We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c11f461 + fd01f3c commit bb9d305Copy full SHA for bb9d305
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
url:
44
description: "The ready-to-connect URL"
@@ -48,6 +54,7 @@ runs:
48
54
PLATFORMSH_KEY: ${{ inputs.PLATFORMSH_KEY }}
49
55
ENVIRONMENT_NAME: ${{ inputs.ENVIRONMENT_NAME }}
50
56
DEPLOY_WAIT_TIME: ${{ inputs.DEPLOY_WAIT_TIME }}
57
+ ALLOW_CANCEL_CRON: ${{ inputs.ALLOW_CANCEL_CRON }}
51
58
52
59
- name: Check latest deploy status
53
60
shell: bash
0 commit comments