Skip to content

change fmt.Errorf to errors.New (#966) #257

change fmt.Errorf to errors.New (#966)

change fmt.Errorf to errors.New (#966) #257

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/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:kubesphere/ks-devops.git"