We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaca35 commit e982dbfCopy full SHA for e982dbf
action.yml
@@ -60,6 +60,7 @@ runs:
60
-e COMMENTER_ECHO \
61
-e COMMENTER_PLAN_FILE \
62
-e COMMENTER_POST_PLAN_OUTPUTS \
63
+ -e ENVIRONMENT \
64
-v "$(pwd)"/:/workspace \
65
commenter ${{ inputs.commenter_type }} ${{ inputs.commenter_exitcode }}
66
shell: bash
@@ -78,6 +79,7 @@ runs:
78
79
-e COMMENTER_INPUT \
80
-e COMMENTER_DEBUG \
81
82
83
84
85
if: ${{ inputs.commenter_type != 'plan' }}
0 commit comments