Skip to content

Commit

Permalink
添加新项目,调整提交用户 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf authored Feb 21, 2024
1 parent 3fed687 commit bb27d39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pattern: 'items/*/*.yaml'
template: 'template/README.tpl'
output: 'README.md'
username: eryajf
username: "github-actions[bot]"
org: eryajf
repo: awesome-ops
sortby: '!zh'
Expand All @@ -30,7 +30,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
pattern: 'items/*/*.yaml'
username: eryajf
username: "github-actions[bot]"
org: eryajf
repo: awesome-ops
sortby: '!zh'
Expand Down
5 changes: 5 additions & 0 deletions items/内网穿透/gost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 内网穿透
owner: go-gost
repo: gost
desc: 'GO语言实现的安全隧道'
desc_en: 'Secure tunnel implemented in GO language'
5 changes: 5 additions & 0 deletions items/运维管理平台/panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 运维管理平台
owner: TheTNB
repo: panel
desc: '耗子 Linux 面板是使用 Golang + Vue 开发的轻量 Linux 服务器运维管理面板'
desc_en: 'Mouse Linux Panel is a lightweight Linux server operation and maintenance management panel developed using Golang + Vue'

0 comments on commit bb27d39

Please sign in to comment.