From 1bc30d0b0237c1929c5e467608cf361e3aa77a19 Mon Sep 17 00:00:00 2001 From: Phillip Tarrant Date: Mon, 26 Jan 2026 15:15:04 -0600 Subject: [PATCH] fixing commit back --- .gitea/workflows/weather-alerts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/weather-alerts.yml b/.gitea/workflows/weather-alerts.yml index a661b18..72e1909 100644 --- a/.gitea/workflows/weather-alerts.yml +++ b/.gitea/workflows/weather-alerts.yml @@ -34,6 +34,6 @@ jobs: git config --global user.name "Gitea Actions" git config --global user.email "actions@gitea.local" git config --global --add safe.directory "$GITHUB_WORKSPACE" - git add data/state.json + git add -f data/state.json git diff --staged --quiet || git commit -m "chore: update weather alert state [skip ci]" git push