Use dotfiles' apps
-command to install applications
- name: Setup environment
uses: gbraad-dotfiles/install-action@main
- name: Install brew
uses: gbraad-dotfiles/apps-action@main
with:
appname: brew
action: install
- name: Install `mc` using brew
uses: gbraad-dotfiles/apps-action@main
with:
appname: mc
action: install
packager: brew
Have a look here for an example workflows.
Application defintions can be found in this repository .