Skip to content

Commit

Permalink
build: expand '$default-branch' in upgrade workflow (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored Sep 19, 2022
1 parent 655bedc commit 7b5addb
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: 'main'

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 || 'main' }}
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
team_reviewers: "hooks-extension-framework"
Expand Down

0 comments on commit 7b5addb

Please sign in to comment.