Skip to content

Create wasmtime.yml (#301) #398

Create wasmtime.yml (#301)

Create wasmtime.yml (#301) #398

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