Skip to content

Pull in latest JSRuntimeHost with JSC reference management fixes (#1454) #424

Pull in latest JSRuntimeHost with JSC reference management fixes (#1454)

Pull in latest JSRuntimeHost with JSC reference management fixes (#1454) #424

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-2019
strategy:
matrix:
repo: ['BabylonJS/BabylonReactNative']
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: ${{ matrix.repo }}
event-type: babylonnative-master-update
client-payload: '{ "sha": "${{ github.sha }}" }'