Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vlucet/grass-actions
- Owner: VLucet
- Created: 2022-01-23T14:43:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T22:34:06.000Z (over 2 years ago)
- Last Synced: 2024-10-12T23:41:16.261Z (2 months ago)
- Language: PowerShell
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```