mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 01:41:05 -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:
|
retry-attempts:
|
||||||
description: The maximum number of attempts to publish assets
|
description: The maximum number of attempts to publish assets
|
||||||
default: 2
|
default: 2
|
||||||
unique: true
|
|
||||||
retry-delay:
|
retry-delay:
|
||||||
description: Time delay between attempts to publish assets (in milliseconds)
|
description: Time delay between attempts to publish assets (in milliseconds)
|
||||||
default: 10000
|
default: 10000
|
||||||
unique: true
|
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node12
|
||||||
main: dist/index.js
|
main: dist/index.js
|
Loading…
Reference in a new issue