Fix example.env workflow failures (#728)

This commit is contained in:
Lev
2022-03-24 10:11:48 +03:00
committed by GitHub
parent ceab853dab
commit 28a588b402

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