Skip to content

Commit 576814c

Browse files
authored
retry entire action (#39)
Retry build and bundle action
1 parent adfc3d8 commit 576814c

File tree

3 files changed

+181
-988
lines changed

3 files changed

+181
-988
lines changed

robomaker-sample-app-ci/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ inputs:
1313
generate-sources:
1414
description: 'Whether or not to generate sources.zip and sources.tar.gz files [true|false]'
1515
default: false
16-
colcon-bundle-retries:
17-
description: 'Number of times colcon bundle should be re-tried with exponential backoff in case of failure [0-9]'
16+
retries:
17+
description: 'Number of times the action should be re-tried with exponential backoff in case of failure [0-9]'
1818
default: 0
1919

2020
outputs:

0 commit comments

Comments
 (0)