Skip to content

Update JsRuntimeHost to latest and add missing install targets (#1583) #493

Update JsRuntimeHost to latest and add missing install targets (#1583)

Update JsRuntimeHost to latest and add missing install targets (#1583) #493

Workflow file for this run

name: Dispatch master branch update
on:
workflow_dispatch:
push:
branches:
- master
jobs:
dispatch:
name: Dispatch ${{github.sha}}
runs-on: windows-latest
strategy:
matrix:
repo: ["BabylonJS/BabylonReactNative"]
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{secrets.REPO_ACCESS_TOKEN}}
repository: ${{matrix.repo}}
event-type: babylonnative-master-update
client-payload: '{ "sha": "${{github.sha}}" }'