From 6413e196986cb99674b490052df165025b8d4075 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 10 Oct 2023 11:20:36 -0400 Subject: [PATCH] build: Update upgrade-python-requirements.yml Update the defaults for when no input is provided. --- .github/workflows/upgrade-python-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index ee23ce9..d464e4d 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -14,7 +14,7 @@ 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: 'axim-aximprovements'