From 50544989caa8c9011b20d76cb51c493129472397 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Montoya Date: Wed, 26 Nov 2025 15:37:47 -0500 Subject: [PATCH] fix: update CI workflow message for no changes to commit --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 732623e..9fd1e03 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -278,7 +278,7 @@ jobs: # Check if there are changes to commit 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 # Stage and commit with [skip ci] to prevent infinite loop # Note: Forgejo Actions should respect [skip ci] in commit messages