Skip to content

Commit

Permalink
修复了一个修改归档路径没写对的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiping233 committed Nov 23, 2024
1 parent 8113885 commit 3d895c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoArchiving.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
- 设定调整

env:
ARCHIVED_DOCUMENT_PATH: "./修改归档"
ARCHIVED_DOCUMENT_PATH: "./修改归档.md"
TARGET_BRANCH: master
ISSUE_OUTPUT_PATH: "./output.json"
ISSUE_REPOSITORY: "外部Issue"
Expand Down

0 comments on commit 3d895c9

Please sign in to comment.