9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

Fix auto upstream workflow

Co-Authored-By: Pascalpex <68245106+pascalpex@users.noreply.github.com>
This commit is contained in:
Dreeam
2024-07-16 20:52:04 +08:00
parent 4d8514e7e1
commit feafc6449d

View File

@@ -71,6 +71,7 @@ jobs:
if ! git diff --quiet; then
echo "Writing to repo....."
git add .
chmod +x ./scripts/upstreamCommit.sh
./scripts/upstreamCommit.sh --gale $CUR_GALE_REF
git push
else