feat(example/printer): generalize example for MTP02 and DP48 #739
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |