mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 14:11:03 +07:00
57ee3a4653cee04a828c5550d1e86faf4b9d961b
On FAQ item: "Push Hook / Webhook / Actions aren't running" The action suggested in the original answer is not enough to fix the issue when the hooks are not running. For example, when none of the hooks is running, and branches and tags are not in the database, re-running only the update/receive hooks will not have any effect. This change adds two additional actions: sync branches and tags before running re-running the sync of update/receive hooks. Also added a comment about filesystems mounted with `no-exec` option. Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/130 Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com> Co-authored-by: vmmello <vmmello@noreply.gitea.com> Co-committed-by: vmmello <vmmello@noreply.gitea.com>
Description
Languages
JavaScript
61.1%
CSS
30.5%
Shell
5.3%
Makefile
2.8%
MDX
0.3%