From 46fa04e65ab98f71cba51a31507073f7f4bcb039 Mon Sep 17 00:00:00 2001
From: Kir_Antipov <kp.antipov@gmail.com>
Date: Tue, 5 Jul 2022 16:17:11 +0300
Subject: [PATCH] `retry-attempts` and `retry-delay` may be target-specific too

---
 action.template.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/action.template.yml b/action.template.yml
index 26b5961..38eac8d 100644
--- a/action.template.yml
+++ b/action.template.yml
@@ -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
\ No newline at end of file