Skip to content

Commit f4ed65b

Browse files
imjasonhclaude
andauthored
Enable retry-all-errors by default (#23)
## Summary - Changes the default value of `retry-all-errors` from `false` to `true` - Updates description to clarify it applies to downloading the chainctl binary - Makes the action more resilient to transient download failures by default 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent fd953ad commit f4ed65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ inputs:
6060

6161
retry-all-errors:
6262
description: |
63-
Whether to retry on all errors.
63+
Whether to retry on errors downloading the chainctl binary.
6464
required: false
65-
default: false
65+
default: true
6666

6767
runs:
6868
using: "composite"

0 commit comments

Comments
 (0)