From f6cb293d7173b1524411cb96b838c19e34688972 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 20 Jan 2026 19:16:27 -0500 Subject: [PATCH] Revert "fix: missing close to if in GitHub Actions workflow" This reverts commit 48c633f8da85b485992ed43fda63f28dd993cbc5. --- .gitea/workflows/update-readme.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/update-readme.yaml b/.gitea/workflows/update-readme.yaml index d481576..6ad758d 100644 --- a/.gitea/workflows/update-readme.yaml +++ b/.gitea/workflows/update-readme.yaml @@ -33,10 +33,8 @@ jobs: git config user.name "Ares-Bot" git config user.email "ares@beane.me" git add README.md - if git diff --staged --quiet; then - echo "No changes detected." + echo "No changes" else git commit -m "chore: sync code velocity to $FORMATTED_LOC LOC [skip ci]" - git push http://${{ secrets.GITHUB_TOKEN }}@gitea-http:3000/${{ github.repository }}.git main - fi + git push http://${{ secrets.GITHUB_TOKEN }}@gitea-http:3000/${{ github.repository }}.git ${{ github.ref_name }}