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