Landcover Release Dev Test #231
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Terria catalog preview | |
on: | |
pull_request: | |
branches: [ master ] | |
paths: | |
- 'dev/terria/**' | |
- 'prod/terria/**' | |
- .github/workflows/terria_preview.yaml | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
# Create a Terria URL that points to the modified Terria config | |
# directly from Github itself, and post as a comment on the PR | |
- uses: mshick/add-pr-comment@v2 | |
with: | |
message: | | |
<img align="left" width="128" height="80" src="https://raw.githubusercontent.com/TerriaJS/terriajs/main/terria-logo.png" alt="Terria Cube"> | |
**Terria Cube preview:** | |
https://terria-cube.terria.io/#clean&https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/${{ github.head_ref }}/dev/terria/terria-cube-v8.json | |
<img align="left" width="128" height="48" src="https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/master/_static/dea-logo-small.png" alt="DEA Maps"> | |
**DEA Maps preview:** | |
https://maps.dea.ga.gov.au/#clean&https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/${{ github.head_ref }}/prod/terria/dea-maps-v8.json |