Skip to content

20240817201531 commit #345

20240817201531 commit

20240817201531 commit #345

Workflow file for this run

name: update
on: [push]
jobs:
sync:
if: ${{ github.ref == 'refs/heads/gh-pages' }}
strategy:
matrix:
remote:
- name: coding
url: [email protected]:Fsu0413/QtCompile.git
- name: osdn
url: [email protected]:/gitroot/fsu0413-qtbuilds/QtBuilds.git
- name: gitcode
url: [email protected]:Fsu0413/QtCompile.git
- name: sourceforge
url: ssh://[email protected]/p/fsu0413-qtbuilds/QtCompile
- name: gitee
url: [email protected]:Fsu0413/QtCompile.git
name: ${{ matrix.remote.name }}
runs-on: ubuntu-latest
steps:
- uses: codions/[email protected]
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SOURCE_REPO: [email protected]:${{ github.repository }}.git
SOURCE_BRANCH: gh-pages
DESTINATION_REPO: ${{ matrix.remote.url }}
DESTINATION_BRANCH: gh-pages