retry-attempts and retry-delay may be target-specific too

This commit is contained in:
Kir_Antipov 2022-07-05 16:17:11 +03:00
parent a130a734a5
commit 46fa04e65a

View file

@ -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