Skip to content

Commit

Permalink
ci: potential race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
extraymond committed Mar 29, 2024
1 parent 9e6eb75 commit 0eabc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0eabc8f

Please sign in to comment.