Else 🤦‍♂️

This commit is contained in:
JP Hastings-Spital 2023-11-12 08:23:25 +00:00
parent 167fe25227
commit 65e8968a10

View file

@ -73,7 +73,7 @@ jobs:
go run .
if git diff-index --quiet HEAD; then
echo "No syndication changes made"
elif
else
echo "Committing syndication changes"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "Syndicate[bot]"