Skip to content

Luet-lab/luet-install-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"