Skip to content

Commit 3986557

Browse files
committed
.github->workflow
1 parent be46162 commit 3986557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack-folders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
description: |
1111
变更日志内容或文件路径:
1212
- 直接输入内容(用 \n 换行)
13-
- 或输入文件路径(如 CHANGELOG.md)
13+
- 或输入文件路径(如 .github/CHANGELOG.md)
1414
required: true
15-
default: 'CHANGELOG.md'
15+
default: '.github/CHANGELOG.md'
1616

1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)