From 78f5eca9ae9ecc78826d10f552ec554850882363 Mon Sep 17 00:00:00 2001 From: paulzierep Date: Mon, 12 Aug 2024 09:38:39 +0200 Subject: [PATCH] try to merge results first --- .github/workflows/utilities.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/utilities.yml b/.github/workflows/utilities.yml index 0e42d3fd..0edfcc50 100644 --- a/.github/workflows/utilities.yml +++ b/.github/workflows/utilities.yml @@ -36,6 +36,10 @@ jobs: - name: Run script run: | python bin/get_public_galaxy_servers.py -o results/available_public_servers.csv + - name: Merge updates into results #s0/git-publish-subdir-action fails if there is a change on results while this job runs + run: | + cd results && + git pull --no-rebase -s recursive -X ours - name: Commit servers uses: s0/git-publish-subdir-action@develop env: