Adding env PATH for composite steps.
This commit is contained in:
@@ -120,6 +120,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Tofu PR Commenter
|
- name: Tofu PR Commenter
|
||||||
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
||||||
|
env:
|
||||||
|
PATH: ${{ env.PATH }}:/home/runner/.opentofu/bin
|
||||||
with:
|
with:
|
||||||
commenter_type: init
|
commenter_type: init
|
||||||
commenter_input: ${{ steps.tofu-init.outputs.init-output }}
|
commenter_input: ${{ steps.tofu-init.outputs.init-output }}
|
||||||
@@ -136,6 +138,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Tofu PR Commenter
|
- name: Tofu PR Commenter
|
||||||
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
||||||
|
env:
|
||||||
|
PATH: ${{ env.PATH }}:/home/runner/.opentofu/bin
|
||||||
with:
|
with:
|
||||||
command: plan
|
command: plan
|
||||||
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
||||||
|
|||||||
Reference in New Issue
Block a user