From 007e34c70921e57fab9993862aaae2a9544f4ce8 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 12 Oct 2023 15:00:48 +0200 Subject: [PATCH] add path --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index a2440c7..709abc1 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,8 @@ runs: steps: - uses: actions/checkout@v4 - run: | + export PATH=${{ github.action_path }}:$PATH + if "${{ inputs.verbose }}"; then verbosity="$verbosity --verbose" fi