Skip to content

Commit

Permalink
修复一个仓库owner
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jan 19, 2024
1 parent 4ebf85d commit 2c547f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Yaml Lint

on: [push, pull_request]

jobs:
yamllint:
runs-on: ubuntu-latest
Expand All @@ -12,4 +14,4 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
## The target path is processed recursively
target-path: items/*/*.yaml
target-path: items
2 changes: 1 addition & 1 deletion items/Kafka-Manage/EFAK.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Kafka-Manage
owner: obsidiandynamics
owner: smartloli
repo: EFAK
desc: '一个开源的 Kafka 集群管理和监控工具,旨在帮助用户更好地管理和监控其 Kafka 集群。'
desc_en: 'A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.'

0 comments on commit 2c547f3

Please sign in to comment.