From e495b44c74c6de3e09921b82527687287942f582 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 27 Jul 2025 17:05:46 +0200 Subject: [PATCH] add GITHUB_ACTION_PATH to command --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 97a7be0..0da7509 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ runs: steps: - run: printenv shell: bash - - run: checkout.sh + - run: $GITHUB_ACTION_PATH/checkout.sh shell: bash