Skip to content

chore: update php config #26

chore: update php config

chore: update php config #26

Workflow file for this run

name: sync-to-gitee
on:
push:
branches: [11ze]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@v1
with:
source-repo: [email protected]:11ze/dnmp.git
destination-repo: [email protected]:ze11/dnmp.git
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}