diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 77c9afa..edf8e09 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -15,7 +15,17 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - pattern: 'items/*/*.yaml' + pattern: 'items/k8s/*.yaml' + username: eryajf + org: eryajf + repo: learn-github + sortby: '!zh' + - name: Update readme + uses: linuxsuren/yaml-readme@v0.0.16 + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + pattern: 'items/web/*.yaml' username: eryajf org: eryajf repo: learn-github