mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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
|
||||
echo "example.env changed, pushing changes..."
|
||||
git commit -m "chore: Update example.env"
|
||||
git pull --rebase
|
||||
git push origin main
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue