Skip to content

Commit

Permalink
fix package directory input
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 7, 2024
1 parent ba65a24 commit 8217651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_package-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- id: package
run: |
if [[ package == "dbt-adapters" ]]
if [[ ${{ inputs.package }} == "dbt-adapters" ]]
then
directory="."
else
Expand Down

0 comments on commit 8217651

Please sign in to comment.