From eb95862a7ac9862e7fc2d5a2c69f0702c5088b23 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 20:02:10 +0200 Subject: [PATCH] Update action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 442fd6a..7a337eb 100644 --- a/action.yaml +++ b/action.yaml @@ -11,7 +11,7 @@ outputs: runs: using: 'composite' steps: - - run: ./install.sh + - run: $GITHUB_ACTION_PATH/install.sh shell: bash branding: icon: 'code'