Closed erictaylor closed 3 years ago
Commit message are coming out as "{Whatever message is provided}".
Suspect https://github.com/actions-js/push/blob/master/start.sh#L52 needs changed to "${INPUT_MESSAGE}" from "{$INPUT_MESSAGE}".
"${INPUT_MESSAGE}"
"{$INPUT_MESSAGE}"
PR #4
Bump
Finally merged :tada: !
Commit message are coming out as "{Whatever message is provided}".
Suspect https://github.com/actions-js/push/blob/master/start.sh#L52 needs changed to
"${INPUT_MESSAGE}"
from"{$INPUT_MESSAGE}"
.