Skip to content

Commit

Permalink
ci: gh pr direction wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
extraymond committed Mar 29, 2024
1 parent 0eabc8f commit 5175264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
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"
gh pr create -H "${{ env.new_version }}" -B master --title "update zotero to ${{ env.new_version }}" --body "Created by Github action"

0 comments on commit 5175264

Please sign in to comment.