feat: 增加输出分组以及项目数量的能力 #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: generator | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Update readme | |
uses: eryajf/yaml-readme@master | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
pattern: 'items/*/*.yaml' | |
username: eryajf | |
org: eryajf | |
repo: awesome-ops | |
sortby: '!zh' | |
groupby: kind | |
header: false |