Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlucet/grass-actions

Set up GRASS with GitHub actions
https://github.com/vlucet/grass-actions

Last synced: about 1 month ago
JSON representation

Set up GRASS with GitHub actions

Awesome Lists containing this project

README

        

# GRASS Actions

This action installs GRASS.

## Inputs

* `grass-version`: Version of GRASS to install (required), one of '7_8' OR '8_0'.
* `os`: The runner OS (required), one of ????.

## Outputs

* `installed-grass-version`: The full GRASS version installed.

## Example usage

```
uses: vlucet/grass-actions/setup-grass@main
with:
grass-version: '7_8'
```