9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-30 12:19:18 +00:00

Fix auto upstream workflow (#2)

* Added execution permission for upstream script
This commit is contained in:
Pascalpex
2024-07-16 14:22:55 +02:00
committed by GitHub
parent d70d3a044c
commit 043987420c
2 changed files with 2 additions and 1 deletions

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 --paper $CUR_PAPER_REF
git push
else