We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 683952f + 258c636 commit b5bb616Copy full SHA for b5bb616
.github/workflows/upgrade-python-requirements.yml
@@ -10,14 +10,14 @@ on:
10
required: true
11
# If copying this template manually, you must provide your default branch name
12
# in quotes, such as 'master'
13
- default: $default-branch
+ default: "master"
14
15
jobs:
16
call-upgrade-python-requirements-workflow:
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 || $default-branch }}
+ branch: ${{ github.event.inputs.branch || 'master' }}
21
# optional parameters below; fill in if you'd like github or email notifications
22
# user_reviewers: ""
23
# team_reviewers: ""
0 commit comments