setup-gah

October 27, 2025 ยท View on GitHub

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.