Switch JS port GitHub actions to track v9

This commit is contained in:
embeddedt 2022-07-26 20:07:56 -04:00
parent 04bb42e61f
commit 58948c2fb1
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
name: Build Javascript v8 port name: Build Javascript v9 port
env: env:
EM_VERSION: 2.0.31 EM_VERSION: 2.0.31
EM_CACHE_FOLDER: 'emsdk-cache' EM_CACHE_FOLDER: 'emsdk-cache'
on: on:
push: push:
branches: [ lvgl_javascript_v8 ] branches: [ lvgl_javascript_v9 ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
persist-credentials: false persist-credentials: false
ref: 'lvgl_javascript_v8' ref: 'lvgl_javascript_v9'
fetch-depth: 0 fetch-depth: 0
- name: Setup cache - name: Setup cache
id: cache-system-libraries id: cache-system-libraries

View File

@ -22,11 +22,11 @@ jobs:
uses: devmasx/merge-branch@v1.1.0 uses: devmasx/merge-branch@v1.1.0
with: with:
type: now type: now
target_branch: 'lvgl_javascript_v8' target_branch: 'lvgl_javascript_v9'
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Trigger Javascript port build - name: Trigger Javascript port build
uses: benc-uk/workflow-dispatch@v1 uses: benc-uk/workflow-dispatch@v1
with: with:
workflow: Build Javascript v8 port workflow: Build Javascript v9 port
token: ${{ secrets.LVGL_BOT_TOKEN }} token: ${{ secrets.LVGL_BOT_TOKEN }}