Fix example.env workflow failures

This commit is contained in:
Lev Vereshchagin 2022-03-24 10:09:55 +03:00
parent ceab853dab
commit 33dcb8b46b

View file

@ -86,6 +86,7 @@ jobs:
else
echo "example.env changed, pushing changes..."
git commit -m "chore: Update example.env"
git pull --rebase
git push origin main
fi