Skip to content

Commit

Permalink
NanoMap больше не кидает ошибки при успехе (ss220club#329)
Browse files Browse the repository at this point in the history
## About The Pull Request
Порт кода с парадиза ParadiseSS13/Paradise#25182

Теперь оно не должно кидать ошибки при успехе (нет изменений карты)
  • Loading branch information
larentoun committed Jul 9, 2024
1 parent e7346a3 commit 349c5d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/render_nanomaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jobs:
git pull origin master
git commit -m "NanoMap Auto-Update (`date`)" -a || true
git push -f -u origin nanomap-render
gh pr create -t "Automatic NanoMap Update" -b "This pull request updates the server NanoMaps. Please review the diff images before merging." -l "NanoMaps" -H "nanomap-render" -B "master"
result=$(gh pr create -t "Automatic NanoMap Update" -b "This pull request updates the server NanoMaps. Please review the diff images before merging." -l "NanoMaps" -H "nanomap-render" -B "master")
if echo "$result" | grep -q "No commits between master and nanomap-render"
echo "No NanoMaps update required, skipping."
exit 78

0 comments on commit 349c5d0

Please sign in to comment.