Skip to content

Commit

Permalink
Add intentional bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bigwheel committed Sep 17, 2024
1 parent ae91ff4 commit 65ab965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65ab965

Please sign in to comment.