mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-24 17:30:59 -05:00
retry-attempts
and retry-delay
may be target-specific too
This commit is contained in:
parent
a130a734a5
commit
46fa04e65a
1 changed files with 0 additions and 2 deletions
|
@ -74,11 +74,9 @@ inputs:
|
|||
retry-attempts:
|
||||
description: The maximum number of attempts to publish assets
|
||||
default: 2
|
||||
unique: true
|
||||
retry-delay:
|
||||
description: Time delay between attempts to publish assets (in milliseconds)
|
||||
default: 10000
|
||||
unique: true
|
||||
runs:
|
||||
using: node12
|
||||
main: dist/index.js
|
Loading…
Reference in a new issue