-iE edits in place and makes a backup with suffix E on Linux. Use plain -i to edit in place. https://linux.die.net/man/1/sed
Add workflow_dispatch: trigger so the workflow can be manually triggered.
Explicitly add files to the index for committing when making the PR. The Ruby action ends up dumping a ton of content to disk when doing the bundle install. See #198.
-iE
edits in place and makes a backup with suffixE
on Linux. Use plain-i
to edit in place. https://linux.die.net/man/1/sedworkflow_dispatch:
trigger so the workflow can be manually triggered.