forked from actions/checkout
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fce525b
commit 15afe97
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,16 @@ inputs: | |
When the `ssh-key` input is not provided, SSH URLs beginning with `[email protected]:` are | ||
converted to HTTPS. | ||
default: false | ||
retry-max-attempts: | ||
description: 'Indicates how many attempts for checkout' | ||
default: 3 | ||
retry-min-seconds: | ||
description: 'Indicates min seconds waiting for the next try for checkout' | ||
default: 10 | ||
retry-max-seconds: | ||
description: 'Indicates max seconds waiting for the next try for checkout' | ||
default: 20 | ||
|
||
runs: | ||
using: node12 | ||
main: dist/index.js | ||
|