Skip to content

Commit

Permalink
fix: use branch name directly (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 1, 2021
1 parent df0c353 commit 2b0d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branch:
description: 'Target branch to create requirements PR against'
required: true
default: $default-branch
default: 'master'
jobs:
call-upgrade-python-requirements-workflow:
with:
Expand Down

0 comments on commit 2b0d104

Please sign in to comment.