Skip to content

Commit

Permalink
[fix] 2 detail bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jul 5, 2024
1 parent 422ba76 commit 01ff7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- id: issue-parser
uses: edumserrano/github-issue-forms-parser@v1
with:
template-filepath: ".github/ISSUE_TEMPLATE/my-issue-form-template.yml"
template-filepath: ".github/ISSUE_TEMPLATE/submit-data.yml"
issue-form-body: "${{ github.event.issue.body }}"

- name: Add data to YAML
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ pnpm build
- [ ] QA 对数据库

- [x] 专业人士审核机制

- [ ] 考虑到LLM开发人员多熟悉Python环境,增加以python实现主要或全部功能

- [x] 自动将文档更新于一链接
Expand Down

0 comments on commit 01ff7ee

Please sign in to comment.