You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the use of git switch in exchange for git checkout. This was causing some issues with certain container based workflows as the Git version was out of date.
Added some documentation surrounding rsync and the need to install it when using a container in the workflow.
Numerous code and unit test improvements.
Added more integration tests that check different common workflow scenarios. For example there's one that checks the action when using actions/checkout@v1 and actions/checkout@v2, container workflows, the CLEAN option, and the automatic branch creation. These run on scheduled intervals and on every push to dev. This should allow for bugs to be caught early in the process way before they make their way to production.