Skip to content

Create harbor-cli.yml (#291) #385

Create harbor-cli.yml (#291)

Create harbor-cli.yml (#291) #385

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@v4
- name: backup
uses: jenkins-zh/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:linuxsuren/hd-home.git"
BRANCH: master
UpdateReadme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update readme
uses: linuxsuren/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
pattern: 'config/*/*.yml'
username: linuxsuren
org: linuxsuren
repo: hd-home
sortby: filename