From cf80dd50ab6552119b5f564805812f2e4a6fdff7 Mon Sep 17 00:00:00 2001 From: Emil Karimov Date: Wed, 14 Feb 2024 15:23:29 +0300 Subject: [PATCH] update --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3473389..e8dac0d 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,9 @@ branding: color: blue inputs: + repository_git: + description: 'Repository' + required: true repository_owner: description: 'Repository owner' required: true @@ -17,7 +20,7 @@ runs: steps: - name: Set App Name run: | - str=${{ github.repository }} + str=${{ inputs.repository_git }} find="${{ inputs.repository_owner }}" replace="" result=${str//$find/$replace}