Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 568 Bytes

File metadata and controls

20 lines (15 loc) · 568 Bytes

gbraad's Dotfiles devbox action

Use dotfiles' devbox-command to start distrobox environments

Usage

      - name: Setup environment
        uses: gbraad-dotfiles/install-action@main
        
      - name: Run devbox command
        uses: gbraad-dotfiles/devbox-action@main
        with:
          prefix: fedora
          command: shell
          args: cat /etc/os-release

Have a look here for an example workflows.