Major Changes
- Adds a new option called
PRESERVE
which allows any changes made before the deployment step to be stashed/applied right before the commits are made. This allows you to make changes to files which are tracked as part of Git prior to running the deployment step. Please refer to the README for more information about this option. This option is still experimental, please create an issue if you encounter any problems. In a later release this option will likely be toggled on by default.
Minor Changes
- Fixed an issue that caused
git remote rm origin
from failing workflows when origin doesn't exist. The action will now tolerate the error and move onto the next step. - Dependency updates.
- Minor README adjustments.
Community
I was recently interviewed by GitHub about this action! You can read all about it here.