Skip to content

Commit e982dbf

Browse files
authored
Update action.yml
1 parent bbaca35 commit e982dbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
-e COMMENTER_ECHO \
6161
-e COMMENTER_PLAN_FILE \
6262
-e COMMENTER_POST_PLAN_OUTPUTS \
63+
-e ENVIRONMENT \
6364
-v "$(pwd)"/:/workspace \
6465
commenter ${{ inputs.commenter_type }} ${{ inputs.commenter_exitcode }}
6566
shell: bash
@@ -78,6 +79,7 @@ runs:
7879
-e COMMENTER_INPUT \
7980
-e COMMENTER_DEBUG \
8081
-e COMMENTER_ECHO \
82+
-e ENVIRONMENT \
8183
commenter ${{ inputs.commenter_type }} ${{ inputs.commenter_exitcode }}
8284
shell: bash
8385
if: ${{ inputs.commenter_type != 'plan' }}

0 commit comments

Comments
 (0)