Skip to content

add hailuo ai

add hailuo ai #9

Workflow file for this run

name: generator
on:
push:
branches: [master]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/[email protected]
- name: Update readme
uses: linuxsuren/[email protected]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
pattern: 'data/*.yaml'
output: README.md
template: README.tpl
groupby: kind
username: linuxsuren
org: linuxsuren
repo: awesome-ai
push: true