From f000861d4d4d07e1a347c55a1c6fd334b2dbc686 Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Mon, 25 Nov 2024 17:03:50 +0300 Subject: [PATCH] Update render_nanomaps.yml --- .github/workflows/render_nanomaps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render_nanomaps.yml b/.github/workflows/render_nanomaps.yml index 104b179893a9..75761d1cd40b 100644 --- a/.github/workflows/render_nanomaps.yml +++ b/.github/workflows/render_nanomaps.yml @@ -43,7 +43,7 @@ jobs: git pull origin master git commit -m "NanoMap Auto-Update (`date`)" -a || true git push -f -u origin nanomap-render - 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,:scroll: CL не требуется" -H "nanomap-render" -B "master") || true + 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,:scroll: CL не требуется" -H "nanomap-render" -B "master" 2>&1) || true if echo "$result" | grep -q "No commits between master and nanomap-render"; then echo "No NanoMaps update required, skipping." exit 78