Runs app from my dotfiles to install applications according to the application defintions. These are Actionfiles specifically to handle application related tasks, like installation, service install, desktop export, etc.
- name: Setup environment
uses: gbraad-dotfiles/install-action@main
- name: Install brew
uses: gbraad-dotfiles/app-action@main
with:
appname: brew
action: install
- name: Install `mc` using brew
uses: gbraad-dotfiles/app-action@main
with:
appname: mc
action: install brewHave a look here for an example workflows.