Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 573 Bytes

File metadata and controls

26 lines (17 loc) · 573 Bytes

setup-gah

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

Usage

- name: Setup gah
  uses: get-gah/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.