* Add localregistry input option
Option to add local registries to build process by specifying their url (https). Authentication to the repos via user GitHub token.
* Backward compatible keyword syntax and Wrap new code in VERSION > 1.5
* Update Interface&README, add git_cli amd remove token flag
Provide multiple remotes separated with |
Add example to ReadMe
Support for private repos/packages with SSH protocol
* Update README.md
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
* Update action.yml
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
* Print warn mesasge if git_cli = true with Julia<1.7.
* Add `::notice::` formatting
---------
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
* Use eager Pkg server registry instead of git cloning
This patch removes the git cloning of General and instead uses the eager
registry flavor. In addition, the action exits early if no deps/build.jl
file exist.
* Use env: key instead.