Skip to content

fix: 改用 php 生成 php73 php74 #14

fix: 改用 php 生成 php73 php74

fix: 改用 php 生成 php73 php74 #14

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 }}