Fix ConfigContainer::isSatisfied faulty logic (#113) #290
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 to Gitee | |
on: | |
push: | |
branches: | |
- 'dev/**' | |
- 'exp/**' | |
jobs: | |
sync: | |
if: ${{ github.repository_owner == 'Hendrix-Shen' }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the sources | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Sync to Gitee | |
uses: pixta-dev/repository-mirroring-action@v1 | |
with: | |
target_repo_url: [email protected]:Hendrix-Shen/MagicLib.git | |
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} |