Skip to content

Commit

Permalink
chore: fix upgrade requirements github action
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Nov 1, 2023
1 parent 7dff3d9 commit 07c10c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
call-upgrade-python-requirements-workflow:
with:
branch: ${{ github.event.inputs.branch }}
branch: ${{ github.event.inputs.branch || main }}
# team_reviewers: ""
# email_address: [email protected]
send_success_notification: false
Expand Down

0 comments on commit 07c10c8

Please sign in to comment.