Skip to content

Commit

Permalink
fix: Update upgrade-python-requirements.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Feanil Patel authored Jul 17, 2024
1 parent 342ed16 commit 6afe4e6
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 @@ -17,7 +17,7 @@ jobs:
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
with:
# If copying manually, also provide your default branch name in quotes here
branch: ${{ github.event.inputs.branch || "master" }}
branch: ${{ github.event.inputs.branch || 'master' }}
# optional parameters below; fill in if you'd like github or email notifications
user_reviewers: "feanil"
# team_reviewers: ""
Expand Down

0 comments on commit 6afe4e6

Please sign in to comment.