/luet-install-action

Primary LanguageShellMIT LicenseMIT

luet-install-action

This Github action provide the ability to install packages using luet from your repositories with Github actions:

- name: Install something
  uses: Luet-lab/luet-install-action@v1
  with:
    repository: "your-repository"
    packages: "list-of-packages"