fix: update GitHub Actions workflow for tag check
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
FORMATTED_LOC=$(printf "%'d" $LOC)
|
FORMATTED_LOC=$(printf "%'d" $LOC)
|
||||||
|
|
||||||
if ! grep -q "" README.md; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -38,3 +38,4 @@ jobs:
|
|||||||
else
|
else
|
||||||
git commit -m "chore: sync code velocity to $FORMATTED_LOC LOC [skip ci]"
|
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 }}
|
git push http://${{ secrets.GITHUB_TOKEN }}@gitea-http:3000/${{ github.repository }}.git ${{ github.ref_name }}
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user