Skip to content

Bump goreleaser/goreleaser-action from 2.4.1 to 4.2.0 (#49) #8

Bump goreleaser/goreleaser-action from 2.4.1 to 4.2.0 (#49)

Bump goreleaser/goreleaser-action from 2.4.1 to 4.2.0 (#49) #8

Workflow file for this run

name: Backup Git repository
on:
workflow_dispatch:
push:
branches:
- master
jobs:
BackupGit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: backup
uses: jenkins-zh/git-backup-actions@v0.0.4
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "git@gitee.com:linuxsuren/github-go.git"