Skip to content

Add unit test for fetch.go (#484) #243

Add unit test for fetch.go (#484)

Add unit test for fetch.go (#484) #243

Workflow file for this run

name: Backup Git repository
on:
workflow_dispatch:
push:
branches:
- master
jobs:
BackupGit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.6.0
- name: backup
uses: jenkins-zh/git-backup-actions@v0.0.8
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "git@gitee.com:linuxsuren/http-downloader.git"