mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
Fix example.env workflow failures (#728)
This commit is contained in:
parent
ceab853dab
commit
28a588b402
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_stable.yml
vendored
1
.github/workflows/build_stable.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue