Skip to content

fix: trim the prefix 'v' of the oras image #241

fix: trim the prefix 'v' of the oras image

fix: trim the prefix 'v' of the oras image #241

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"