Skip to content

Commit b5bb616

Browse files
authored
Merge pull request #125 from openedx/bmtcril/add_deps_updates
chore: Fix branch names in workflow
2 parents 683952f + 258c636 commit b5bb616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade-python-requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
required: true
1111
# If copying this template manually, you must provide your default branch name
1212
# in quotes, such as 'master'
13-
default: $default-branch
13+
default: "master"
1414

1515
jobs:
1616
call-upgrade-python-requirements-workflow:
1717
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
1818
with:
1919
# If copying manually, also provide your default branch name in quotes here
20-
branch: ${{ github.event.inputs.branch || $default-branch }}
20+
branch: ${{ github.event.inputs.branch || 'master' }}
2121
# optional parameters below; fill in if you'd like github or email notifications
2222
# user_reviewers: ""
2323
# team_reviewers: ""

0 commit comments

Comments
 (0)