We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad20b4 commit 3b427a8Copy full SHA for 3b427a8
action.yml
@@ -45,6 +45,14 @@ inputs:
45
description: 'Maximum time in seconds to wait for build completion'
46
required: false
47
default: '3600'
48
+ retry_max_attempts:
49
+ description: 'Maximum number of retry attempts for API calls during build status polling (for transient failures like 5xx errors)'
50
+ required: false
51
+ default: '5'
52
+ retry_base_delay:
53
+ description: 'Base delay in seconds for exponential backoff between retry attempts'
54
55
+ default: '2'
56
commit_author_name:
57
description: 'Default commit author name to use if not available from event payload (useful for events without pusher field like status events)'
58
0 commit comments