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:
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 --paper $CUR_PAPER_REF
|
||||
git push
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user