Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@emplums emplums released this 16 Sep 20:10
· 1 commit to master since this release
58c8426

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.