2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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