From f110b453ffb8c4d18880b7338f75e6725b731d81 Mon Sep 17 00:00:00 2001 From: thejeff77 Date: Wed, 8 Feb 2023 09:53:18 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e079cdb..3e987fc 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" git tag -a "${tag}" "${ref}" -m "${message}" ${force} ${alwaysPass} - git push origin "${tag}" "$force" ${alwaysPass} + git push origin "${tag}" ${force} ${alwaysPass} branding: icon: search color: yellow