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"