Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Mar 1, 2024
1 parent 94527ed commit 4e7c7dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run_functional_product_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ jobs:
{
echo " product"
echo $product
# $alias = ""
# $domain = ""
# $display = ""
# $appid = ""
# $product = ""
# $m365 = ""
# $paramsAsHashTable = @{}
$alias = ""
$domain = ""
$display = ""
$appid = ""
$product = ""
$m365 = ""
$paramsAsHashTable = @{}
$attributes = $product.split(",")
echo " attributes"
echo $attributes
Expand Down

0 comments on commit 4e7c7dd

Please sign in to comment.