Update .github/workflows/push-dappbundle.yml
Some checks failed
Deploy to Dappbundle / Deploy (push) Failing after 18s

This commit is contained in:
ranchimallflo 2026-03-01 23:30:05 +00:00
parent 9ccbc02b42
commit c2b82a39d7

View File

@ -42,6 +42,8 @@ jobs:
git clone https://gitea.ranchimall.net/RanchiMall/$APP "$BASE/dappbundle/$APP"
cd "$BASE/dappbundle"
git config user.email "ranchimallfze@gmail.com"
git config user.name "ranchimall"
git add .
git commit -m "Auto-update $APP" || echo "No changes to commit"