mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 18:09:17 +00:00
Fix auto upstream workflow
Co-Authored-By: Pascalpex <68245106+pascalpex@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/auto-update.yml
vendored
1
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user