From 65ab965402135243e89ecda136e6b275e5b79de5 Mon Sep 17 00:00:00 2001 From: kazufumi-nishida Date: Tue, 17 Sep 2024 09:54:06 +0900 Subject: [PATCH] Add intentional bug --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0aaab71..ec923f7 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,6 @@ runs: steps: - id: get-terraform-version run: | - result=$(${{ github.action_path }}/src/main.sh ${{ inputs.path }}) + result=$(${{ GITHUB_ACTION_PATH }}/src/main.sh ${{ inputs.path }}) echo "terraform-version=$result" >> $GITHUB_OUTPUT shell: bash