From a77d4dd6af9508bf734bee46f588e8f1a3ae9a79 Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 20 Dec 2023 22:31:19 +0100 Subject: [PATCH] feat: gh action path --- uptag/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptag/action.yaml b/uptag/action.yaml index 3b1b1cc..9e5398c 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -45,7 +45,7 @@ runs: echo "Using tag: $TAG" - yarn node index.js + yarn node $GITHUB_ACTION_PATH/index.js git config user.name "forgejo-actions" git config user.email "bot@devthefuture.org"