Closed tianhuil closed 3 years ago
The Dockerfile appears to be using this variable, not commit_message.
commit_message
Input variables set in action.yml are converted to env vars and INPUT_ is appended to them. You can see other examples of this behavior here and here.
action.yml
INPUT_
I'll close this MR without merging.
The Dockerfile appears to be using this variable, not
commit_message
.