Files
Fernando Fernández 627d60b965 Allow private actions and reduce downloads
* Download the repo using actions/checkout (so the latest ref is always referenced, without the need of hacky env vars).
The .tar file is created after the repo is cloned, so it can be reused for every step (instead of wget'ting it at every step).
This should reduce the possibility of timeouts or other network errors.

* Action can now run on private repos

* Reduced verbosity of tar: The -v argument is not that necessary in this kind of context,
where the contents of the archive will always be predictable.
2022-09-21 01:38:24 +02:00
..
2021-12-15 00:32:47 +08:00