fix: 验证某个字段的值是否已经存在 表达式错误 #20
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: Sync Remote Repository | |
on: | |
push: | |
branches: | |
- master | |
- jdk_17 | |
jobs: | |
sync-repo: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: yesolutions/mirror-action@master | |
with: | |
REMOTE: 'https://git.pig4cloud.com/pig/CGTM.git' | |
GIT_USERNAME: lengleng | |
GIT_PASSWORD: ${{ secrets.GIT_GOGS_PASSWORD }} |