Composite GitHub Action that setups gah - an GitHub Releases app installer, that DOES NOT REQUIRE SUDO!
- 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
version
: The version of gah to install. Default islatest
.
This project is licensed under the MIT License - see the LICENSE file for details.