fixing commit back
This commit is contained in:
@@ -34,6 +34,6 @@ jobs:
|
|||||||
git config --global user.name "Gitea Actions"
|
git config --global user.name "Gitea Actions"
|
||||||
git config --global user.email "actions@gitea.local"
|
git config --global user.email "actions@gitea.local"
|
||||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
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 diff --staged --quiet || git commit -m "chore: update weather alert state [skip ci]"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user