Skip to content

Commit

Permalink
Merge pull request #42 from openedx/tcril/update-py-upgrade-script
Browse files Browse the repository at this point in the history
fix: github workflow -branch to actual default branch
  • Loading branch information
sarina authored Sep 19, 2022
2 parents aa8886f + d263fe6 commit d351a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
branch:
description: "Target branch against which to create requirements PR"
required: true
default: '$default-branch'
default: 'master'

jobs:
call-upgrade-python-requirements-workflow:
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
with:
branch: ${{ github.event.inputs.branch || '$default-branch' }}
branch: ${{ github.event.inputs.branch || 'master' }}
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand Down

0 comments on commit d351a28

Please sign in to comment.