New UK met site data also contains new dataset types #334
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: pull_request-opened-synchronize-reopened-event | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out github-actions repo | |
uses: actions/checkout@v2 | |
with: | |
repository: aerius/github-actions | |
path: aerius-github-actions | |
ref: v1.1 | |
- uses: aerius/github-actions/events/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
ROOT_POM_DIRECTORY: repo/source |