Skip to content

fix(ai_biz): check empty string instead of NULL pointer for event/ses… #743

fix(ai_biz): check empty string instead of NULL pointer for event/ses…

fix(ai_biz): check empty string instead of NULL pointer for event/ses… #743

Workflow file for this run

name: syncToGitee
on:
- push
- delete
jobs:
sync:
if: github.repository == 'tuya/TuyaOpen'
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: tuya/TuyaOpen@master
with:
target-url: 'https://gitee.com/tuya-open/TuyaOpen.git'
target-username: 'flyingcys'
target-token: ${{ secrets.GITEE_TOKEN }}