From c22544672caa982d11ba542eadf7580254d05ee7 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:42:14 +0200 Subject: [PATCH] Update update-helpers-cache.yml --- .github/workflows/update-helpers-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-helpers-cache.yml b/.github/workflows/update-helpers-cache.yml index e50fa87..b98a8ee 100644 --- a/.github/workflows/update-helpers-cache.yml +++ b/.github/workflows/update-helpers-cache.yml @@ -34,5 +34,5 @@ jobs: git config user.name "ProxMenuxBot" git config user.email "bot@proxmenux.local" git add json/helpers_cache.json - git diff --cached --quiet || git commit -m "🔄 Update helpers_cache.json" - git push \ No newline at end of file + git diff --cached --quiet || git commit -m "Update helpers_cache.json" + git push