Skip to content

Commit

Permalink
chore: Variables need quotes in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Nov 1, 2023
1 parent 07c10c8 commit a583169
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 || main }}
branch: ${{ github.event.inputs.branch || 'main' }}
# team_reviewers: ""
# email_address: [email protected]
send_success_notification: false
Expand Down

0 comments on commit a583169

Please sign in to comment.