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 17dec70 commit 629e5e0
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 37 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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'
pattern: 'items/*.yaml'
username: eryajf
org: eryajf
repo: learn-github
Expand Down
19 changes: 5 additions & 14 deletions README.tpl
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@

# k8s
{{- range $key, $val := .}}

k8s范畴的开源项目,列表如下,共计( {{len .}} 个。)
## {{$key}}

| Repository | Description | License | Stars |
|---|---|---|---|
{{- range $val := .}}
|{{$val.k8s_repo}}|{{$val.k8s_desc}}|{{$val.k8s_license}}| {{$val.k8s_star}} |
{{- end}}

# web

web范畴的开源项目,列表如下,共计( {{len .}} 个。)

| Repository | Description | License | Stars |
|---|---|---|---|
{{- range $val := .}}
|{{$val.web_repo}}|{{$val.web_desc}}|{{$val.web_license}}| {{$val.web_star}} |
{{- range $item := $val}}
|{{$item.repo}}|{{$item.desc}}|{{$item.license}}| {{$item.star}} |
{{- end}}
{{end}}
5 changes: 5 additions & 0 deletions items/k8s-go-ldap-admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: k8s
repo: '[eryajf/go-ldap-admin](https://github.com/eryajf/go-ldap-admin)'
desc: '🌉 基于Go+Vue实现的openLDAP后台管理项目'
license: 'GPL-3.0'
star: '1158'
5 changes: 5 additions & 0 deletions items/k8s-xirang-ui.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: k8s
repo: '[eryajf/xirang-ui](https://github.com/eryajf/xirang-ui)'
desc: '🌉 bbbbb'
license: 'GPL-3.0'
star: '1158'
4 changes: 0 additions & 4 deletions items/k8s/go-ldap-admin.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions items/k8s/xirang-ui.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions items/web-xirang.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: web
repo: '[eryajf/xirang](https://github.com/eryajf/xirang)'
desc: '🌉 bbbbb'
license: 'GPL-3.0'
star: '1158'
4 changes: 0 additions & 4 deletions items/web/xirang.yaml

This file was deleted.

0 comments on commit 629e5e0

Please sign in to comment.