Skip to content

support to push release via oras (#462) #236

support to push release via oras (#462)

support to push release via oras (#462) #236

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/[email protected]
- name: backup
uses: jenkins-zh/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:linuxsuren/http-downloader.git"