fix: update GitHub Actions workflow for tag check

This commit is contained in:
2026-01-20 19:18:15 -05:00
parent f6cb293d71
commit 54ec6594ca

View File

@@ -20,7 +20,7 @@ jobs:
FORMATTED_LOC=$(printf "%'d" $LOC)
if ! grep -q "" README.md; then
echo "ERROR: Could not find markers in README.md. Aborting to prevent runaway."
echo "ERROR: Could not find markers in README.md. Aborting."
exit 1
fi
@@ -38,3 +38,4 @@ jobs:
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 ${{ github.ref_name }}
fi