Skip to content

Commit

Permalink
fixup! Create PRs on other repos with GitHub CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Apr 10, 2024
1 parent ecb79ec commit 54aa1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_pr_for_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
git switch -c "nextstrain-bot/test-auspice-pr/${{ steps.detect-pr.outputs.pr-number }}"
git commit --message="[testing only] Upgrade Auspice to ${{ github.sha }}"
git push -u origin HEAD
echo "$body" > "$body_file"
pr_url="$(gh pr create --title "$title" --body-file "$body_file" --draft)"
Expand Down

0 comments on commit 54aa1e4

Please sign in to comment.