From 599f59fc399b3e4ef965101753a7ba6c21826f3f Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 25 Feb 2025 10:55:35 +0100 Subject: [PATCH] test change --- workflow-templates/process-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/process-templates.yaml b/workflow-templates/process-templates.yaml index 28ee89054..0a91796f2 100644 --- a/workflow-templates/process-templates.yaml +++ b/workflow-templates/process-templates.yaml @@ -40,7 +40,7 @@ jobs: # Only commit if there are changes if [[ -n "$(git status --porcelain)" ]]; then git add . - git commit -m "chore: auto-update workflows" + git commit -m "chore: auto-update github workflows" else echo "No changes to commit" fi