This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
This version introduces the ability to set any branch as the default branch using the default_branch
arg. This allows you to use the Action with repositories which are using something other than master
as their default branch.
🚨 With this change, we also did a lot of refactoring! As a result the following breaking changes have occured:
- instead of using args in the env section of your workflow file, all arguments are separated into individual Actions inputs. See the updated README for more details on each input.