Skip to content

Merge pull request #301 from buildingSMART/IVS-138-Improve-ALS016-mes… #29

Merge pull request #301 from buildingSMART/IVS-138-Improve-ALS016-mes…

Merge pull request #301 from buildingSMART/IVS-138-Improve-ALS016-mes… #29

Workflow file for this run

name: Dispatch
on:
push:
branches:
- development
paths-ignore:
- '.github/**'
workflow_dispatch:
jobs:
dispatch:
name: dispatch to validate
runs-on: ubuntu-latest
steps:
- run: ${{ tojson(github.event) }}
shell: cat {0}
- run: |
curl -H "Authorization: token ${{ secrets.VALIDATE_REPO_GH_TOKEN }} " \
-H 'Accept: application/vnd.github.everest-preview+json' "${{ vars.VALIDATE_REPO_DISPATCH_URL }}" \
-d '{ "event_type": "submodule_dispatch", "client_payload": { "owner": "${{ github.event.repository.owner.login }}", "repo": "${{ github.event.repository.name }}", "branch": "${{ github.ref_name }}" } }'