Skip to content

Commit 63d783b

Browse files
authored
fix: add attempt-limit to action.yml (#1806)
1 parent ee2ef8c commit 63d783b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ inputs:
9090
description: 'Silences the action output preventing it from displaying git messages.'
9191
required: false
9292

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+
9398
outputs:
9499
deployment-status:
95100
description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped'

0 commit comments

Comments
 (0)