Skip to content

Commit

Permalink
CI: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Mar 12, 2021
1 parent aa03b42 commit 08f5ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
environment: ${{ steps.select.outputs.environment }}
sha: ${{ steps.select.outputs.sha }}
head_ref: ${{ steps.select.outputs.head_ref }}
head_ref: ${{ steps.select.outputs.base_ref }}
base_ref: ${{ steps.select.outputs.base_ref }}
pr_number: ${{ steps.select.outputs.pr_number }}
yarp_version: ${{ steps.select.outputs.yarp_version }}
steps:
Expand Down

0 comments on commit 08f5ed2

Please sign in to comment.