actions-js / push

⬆️ Push changes made by actions right back into the current repository.
MIT License
89 stars 51 forks source link

Commit Message Format #3

Closed erictaylor closed 3 years ago

erictaylor commented 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}".

erictaylor commented 3 years ago

PR #4

bconnorwhite commented 3 years ago

Bump

notfilippo commented 3 years ago

Finally merged :tada: !