Skip to content

gbraad-dotfiles/app-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

gbraad's Dotfiles app action

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.

Usage

      - 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 brew

Have a look here for an example workflows.

About

Use dotfiles' `apps`-command to install applications

Resources

Stars

Watchers

Forks

Packages

No packages published