You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Don’t comment when locking (go-gitea#29508)
[skip ci] Updated translations via Crowdin
migrate some more "OptionalBool" to "Option[bool]" (go-gitea#29479)
Update FAQ about git hook problems (go-gitea#29495)
Copy file name to clipboardExpand all lines: docs/content/help/faq.en-us.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,9 +221,11 @@ Our translations are currently crowd-sourced on our [Crowdin project](https://cr
221
221
222
222
Whether you want to change a translation or add a new one, it will need to be there as all translations are overwritten in our CI via the Crowdin integration.
223
223
224
-
## Push Hook / Webhook aren't running
224
+
## Push Hook / Webhook / Actions aren't running
225
225
226
-
If you can push but can't see push activities on the home dashboard, or the push doesn't trigger webhook, there are a few possibilities:
226
+
If you can push but can't see push activities on the home dashboard, or the push doesn't trigger webhook and Actions workflows, it's likely that the git hooks are not working.
227
+
228
+
There are a few possibilities:
227
229
228
230
1. The git hooks are out of sync: run "Resynchronize pre-receive, update and post-receive hooks of all repositories" on the site admin panel
229
231
2. The git repositories (and hooks) are stored on some filesystems (ex: mounted by NAS) which don't support script execution, make sure the filesystem supports `chmod a+x any-script`
0 commit comments