diff --git a/GITEA-ACTIONS-SETUP.md b/GITEA-ACTIONS-SETUP.md index 084e9c8..c7cd18d 100644 --- a/GITEA-ACTIONS-SETUP.md +++ b/GITEA-ACTIONS-SETUP.md @@ -65,6 +65,12 @@ on: branches: [ main ] ``` +### Infinite Loop Prevention +The workflow uses the `[skip actions]` flag in commit messages to prevent infinite loops: +- When files are moved, the commit message includes `[skip actions]` +- This prevents the workflow from triggering again on its own commits +- Standard Gitea Actions approach for preventing recursive execution + ### Authentication Method The workflow uses token-based authentication and dynamically detects the repository URL: ```yaml