Skip to content

增加关联 PR 和 issue 的描述 (#165) #143

增加关联 PR 和 issue 的描述 (#165)

增加关联 PR 和 issue 的描述 (#165) #143

Workflow file for this run

name: Backup Git repository
on:
workflow_dispatch:
push:
branches:
- master
jobs:
BackupGit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: backup gitee
uses: jenkins-zh/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:linuxsuren/open-source-best-practice.git"