Skip to content

Commit

Permalink
fix: use branch name directly (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria authored Dec 6, 2021
1 parent a5120a1 commit f5a246f
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 f5a246f

Please sign in to comment.