planetscale / ghcommit-action

GitHub Action to commit files to a git branch using the ghcommit utility
Apache License 2.0
30 stars 4 forks source link

fix tests #68

Closed joemiller closed 2 months ago

joemiller commented 2 months ago

recent changes in #65 modified the stdout from the entrypoint.sh script. update the tests to reflect this, and add assertions to cover the output to $GITHUB_OUTPUT

closes #67