- Added a new
working-directory
parameter. When this is set, all actions are performed from inside this directory. Implemented by @Snoupix. GH #4. - Fixed a bug where even when
extra-files
was set, the action would fail if there was noChanges.md
file present. This contradicted the docs, which said that whenextra-files
was set, thechanges-file
parameter would be ignored. Reported by @jannes. GH #3.