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