Skip to content

marverix/setup-gah

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

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-gah

Composite GitHub Action that setups gah - an GitHub Releases app installer, that DOES NOT REQUIRE SUDO!

Usage

- name: Setup gah
  uses: marverix/setup-gah@v1
  with:
    version: latest # optional, default is latest

- name: Install genact
  run: gah install genact

- name: List of available genact modules
  run: genact -l

Inputs

  • version: The version of gah to install. Default is latest.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

GitHub Action that setups gah

Resources

License

Stars

Watchers

Forks

Packages

No packages published