Feature/Refactor to use ecs architecture #14

Merged
jusemon merged 3 commits from feature/refactor-to-use-ecs-architecture into main 2025-11-26 15:39:06 -05:00
Showing only changes of commit 50544989ca - Show all commits

View file

@ -278,7 +278,7 @@ jobs:
# Check if there are changes to commit # Check if there are changes to commit
if git diff --quiet VERSION portainer.yml; then if git diff --quiet VERSION portainer.yml; then
echo " No changes to commit (files already up to date)" echo " No changes to commit (files already up to date)"
else else
# Stage and commit with [skip ci] to prevent infinite loop # Stage and commit with [skip ci] to prevent infinite loop
# Note: Forgejo Actions should respect [skip ci] in commit messages # Note: Forgejo Actions should respect [skip ci] in commit messages