aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/help/faq.zh-cn.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/help/faq.zh-cn.md')
-rw-r--r--docs/content/help/faq.zh-cn.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/content/help/faq.zh-cn.md b/docs/content/help/faq.zh-cn.md
index 1e4706f8c0..cb8afcbc60 100644
--- a/docs/content/help/faq.zh-cn.md
+++ b/docs/content/help/faq.zh-cn.md
@@ -226,9 +226,11 @@ Gitea还提供了自己的SSH服务器,用于在SSHD不可用时使用。
无论您想要更改翻译还是添加新的翻译,都需要在Crowdin集成中进行,因为所有翻译都会被CI覆盖。
-## 推送钩子/ Webhook未运行
+## 推送钩子/ Webhook / Actions 未运行
-如果您可以推送但无法在主页仪表板上看到推送活动,或者推送不触发Webhook,有几种可能性:
+如果您可以推送但无法在主页仪表板上看到推送活动,或者推送不触发 Webhook 和 Actions,可能是 git 钩子不工作而导致的。
+
+这可能是由于以下原因:
1. Git钩子不同步:在站点管理面板上运行“重新同步所有仓库的pre-receive、update和post-receive钩子”
2. Git仓库(和钩子)存储在一些不支持脚本执行的文件系统上(例如由NAS挂载),请确保文件系统支持`chmod a+x any-script`