We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2fa014 + df72a09 commit f4f581eCopy full SHA for f4f581e
1 file changed
terraform-actions/action.yml
@@ -22,4 +22,4 @@ runs:
22
shell: bash
23
id: main
24
working-directory: ${{ inputs.working_directory }}
25
- run: ${{ github.action_path }}/main.sh "${{ inputs.command }}" "${{ inputs.working_directory }}"
+ run: $GITHUB_ACTION_PATH/main.sh "${{ inputs.command }}" "${{ inputs.working_directory }}"
0 commit comments