Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 26, 2024
1 parent 0a6998b commit 248fa5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
{
$alias = $value
}
elseif($value.ToLower() -eq "first")
elseif($key.ToLower() -eq "first")
{
$first = $value
}
elseif($value.ToLower() -eq "last")
elseif($key.ToLower() -eq "last")
{
$last = $value
}
Expand Down

0 comments on commit 248fa5c

Please sign in to comment.