Skip to content

Commit f4f581e

Browse files
Merge pull request #7 from WriterInternal/fix-path-in-container
fix github action path when running in container
2 parents b2fa014 + df72a09 commit f4f581e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform-actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ runs:
2222
shell: bash
2323
id: main
2424
working-directory: ${{ inputs.working_directory }}
25-
run: ${{ github.action_path }}/main.sh "${{ inputs.command }}" "${{ inputs.working_directory }}"
25+
run: $GITHUB_ACTION_PATH/main.sh "${{ inputs.command }}" "${{ inputs.working_directory }}"

0 commit comments

Comments
 (0)