Skip to content

Commit

Permalink
fix: use branch name directly
Browse files Browse the repository at this point in the history
$default-branch is only available in workflow-templates so we'll use branch name directly in this workflow
  • Loading branch information
Jawayria authored Dec 1, 2021
1 parent f7160d5 commit 5cd7dfd
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 5cd7dfd

Please sign in to comment.