Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ inputs:
workspaces:
description: "Paths to multiple Cargo workspaces and their target directories, separated by newlines"
required: false
maxRetryAttempts:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maxRetryAttempts:
max-retries:

Maybe? To rather use dashed names to be consistent wtih the other options.

description: "The amount of attempts to retry the network operations after retriable errors"
required: false
timeout:
description: "The timeout for the networking operations"
required: false
cache-on-failure:
description: "Cache even if the build fails. Defaults to false"
required: false
Expand Down
Loading