♻️ Refactoring code. 重构网关filter 判断逻辑,非密码模式直接跳过 PasswordDecoder… #286
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: 同步代码 | |
on: | |
push: | |
branches: [ master,dev ] | |
jobs: | |
gitlink: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wearerequired/git-mirror-action@master #同步至 gitlink | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:pig-mesh/pig.git" | |
destination-repo: "[email protected]:lengleng/pig.git" | |
atomgit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wearerequired/git-mirror-action@master #同步至 atomgit | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:pig-mesh/pig.git" | |
destination-repo: "[email protected]:log4j/pig.git" |