Merge pull request #1596 from elicn/mmio-unmap-fix #1123
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: sync to gitee | |
| on: | |
| push: | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| if: github.repository_owner == 'qilingframework' | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| fetch-depth: 0 | |
| - uses: xwings/sync-repo-action@master | |
| with: | |
| run: git config --global --add safe.directory * | |
| ssh_private_key: ${{ secrets.GITEE_KEY }} | |
| target_repo: ssh://[email protected]/qilingframework/qiling.git |