From a6b9cc8234448876f1029cf8c4026f296b3e220b Mon Sep 17 00:00:00 2001 From: Bob Jelica Date: Tue, 5 Mar 2024 12:13:08 +0100 Subject: [PATCH] Fix 2nd location with path as well --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d86945e..001202e 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: use_api: ${{ inputs.use_api }} - id: version-increment - run: ${{ github.action_path }}/version-increment.sh + run: $GITHUB_ACTION_PATH/version-increment.sh shell: bash env: current_version: ${{ steps.version-lookup.outputs.CURRENT_VERSION }}