Skip to content

Commit 50a4e49

Browse files
committed
修复ai自动写脚本的报错
1 parent 906ef15 commit 50a4e49

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
AI_MODEL: ${{ secrets.AI_MODEL }}
3535
AI_TOPIC: ${{ github.event.inputs.topic || '' }}
3636
run: |
37-
if node scripts/ai-post.mjs; then
37+
if node tools/ai-post.mjs; then
3838
echo "生成脚本执行完毕"
3939
fi
4040
File renamed without changes.

0 commit comments

Comments
 (0)