From 0eabc8fd99e13ad75effcaa088cbceb3d1f38370 Mon Sep 17 00:00:00 2001 From: Raymond Yeh Date: Fri, 29 Mar 2024 15:20:16 +0800 Subject: [PATCH] ci: potential race condition --- .github/workflows/update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d5615c5..51fcf10 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -51,4 +51,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + sleep 3 # wait for github to get the created pr gh pr create -B "${{ env.new_version }}" -H master --title "update zotero to ${{ env.new_version }}" --body "Created by Github action"