Skip to content

20240529000916 commit #334

20240529000916 commit

20240529000916 commit #334

Workflow file for this run

name: update
on: [push]
jobs:
sync:
if: ${{ github.ref == 'refs/heads/ge-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: ${{ 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: ge-pages
DESTINATION_REPO: ${{ matrix.remote.url }}
DESTINATION_BRANCH: ge-pages
gitee:
if: ${{ github.ref == 'refs/heads/ge-pages' }}
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: ge-pages
DESTINATION_REPO: [email protected]:Fsu0413/QtCompile.git
DESTINATION_BRANCH: ge-pages
# - uses: yanglbme/gitee-pages-action@main
# with:
# gitee-username: Fsu0413
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
# gitee-repo: Fsu0413/QtCompile
# branch: ge-pages
# https: true