From 07c2133a095513679779fb6230e469d21dd1660c Mon Sep 17 00:00:00 2001 From: noeliajimenezg <37051537+noeliajimenezg@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:56:30 +0200 Subject: [PATCH] Fix 'target_commitish' is already defined (#126) --- action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/action.yml b/action.yml index b4dfd5072..0c3a9fc12 100644 --- a/action.yml +++ b/action.yml @@ -37,12 +37,6 @@ inputs: target_commitish: description: "Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA." required: false - target_commitish: - description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.' - required: false - target_commitish: - description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.' - required: false env: "GITHUB_TOKEN": "As provided by Github Actions" outputs: