We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342ed16 commit 6afe4e6Copy full SHA for 6afe4e6
.github/workflows/upgrade-python-requirements.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
18
with:
19
# If copying manually, also provide your default branch name in quotes here
20
- branch: ${{ github.event.inputs.branch || "master" }}
+ branch: ${{ github.event.inputs.branch || 'master' }}
21
# optional parameters below; fill in if you'd like github or email notifications
22
user_reviewers: "feanil"
23
# team_reviewers: ""
0 commit comments