Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jan 9, 2024
1 parent 8cf3a9e commit 1236b53
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1236b53

Please sign in to comment.