Skip to content

Commit

Permalink
Merge pull request #657 from yalechen-cyw/main
Browse files Browse the repository at this point in the history
📝 完善帮助文档
  • Loading branch information
bensonhome authored Oct 17, 2022
2 parents 2aa9996 + 1a0c5b2 commit 94e4eec
Show file tree
Hide file tree
Showing 11 changed files with 1,007 additions and 329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
fetch-depth: 2
- name: get git diff files
run: git diff ${{ github.sha }}^ ${{ github.sha }} --name-only > changed.txt && cat changed.txt
run: git config --global core.quotepath false && git diff ${{ github.sha }}^ ${{ github.sha }} --name-only > changed.txt && cat changed.txt
- name: Tencent Cloud Code Analysis
run: /tca_action/entrypoint.sh
Loading

0 comments on commit 94e4eec

Please sign in to comment.