Skip to content

Commit

Permalink
Add repo option
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Nov 8, 2024
1 parent 029e269 commit f43f972
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/osl_sync_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,7 @@ jobs:
> [!WARNING] \n \
> Please don't merge using squash, not to lose the git history.<br /><br />\
[View Action](${runUrl})"
gh pr create --title "${prTitle}" --body "${prBody}" --base main
if [[ -n "${{ vars.SYNC_REVIEWERS }}" ]]; then
reviewersOption="--reviewer ${{ vars.SYNC_REVIEWERS }}"
fi
gh pr create --title "${prTitle}" --body "${prBody}" --repo kubesmarts/kie-tools --base main $reviewersOption

0 comments on commit f43f972

Please sign in to comment.