Skip to content

set pruneDeadBranches to false when without discarder (#1019) #267

set pruneDeadBranches to false when without discarder (#1019)

set pruneDeadBranches to false when without discarder (#1019) #267

Workflow file for this run

name: Backup
on:
push:
branches:
- master
jobs:
Backup:
name: backup
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: backup
uses: jenkins-zh/git-backup-actions@v0.0.6
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "git@gitee.com:kubesphere/ks-devops.git"