You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+5
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,11 @@ inputs:
90
90
description: 'Silences the action output preventing it from displaying git messages.'
91
91
required: false
92
92
93
+
attempt-limit:
94
+
description: 'How many rebase attempts to make before suspending the job. This option defaults to `3` and may be useful to increase when there are multiple deployments in a single branch.'
95
+
required: false
96
+
default: 3
97
+
93
98
outputs:
94
99
deployment-status:
95
100
description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped'
0 commit comments