feat: app设备信息使用最新的数据 #1572
This file contains 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: Mirror to Giltab | |
on: [push, delete, create] | |
jobs: | |
to_gitlab: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: yesolutions/[email protected] | |
with: | |
REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.tsc.git' | |
GIT_USERNAME: ${{ secrets.GIT_USERNAME }} | |
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} |