From d263fe67cfb34b9a0a60d5f90be47e4f244e9550 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 19 Sep 2022 11:42:35 -0400 Subject: [PATCH] fix: github workflow -branch to actual default branch --- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index e95c079..bf567d6 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -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: ""