From 31ac270cd109f376f5faeb68e1b88fb06d6389ec Mon Sep 17 00:00:00 2001 From: saliba-san Date: Wed, 3 Jan 2024 22:02:57 -0300 Subject: [PATCH] Replace github.action_path to GITHUB_ACTION_PATH in setup --- setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/action.yml b/setup/action.yml index 4afe507c..d6b6f7b3 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -15,7 +15,7 @@ outputs: runs: using: "composite" steps: - - run: ${{ github.action_path }}/setup_snyk.sh ${{ inputs.snyk-version }} ${{ runner.os }} + - run: ${GITHUB_ACTION_PATH}/setup_snyk.sh ${{ inputs.snyk-version }} ${{ runner.os }} shell: bash - id: version shell: bash