Skip to content

Commit

Permalink
Fix for missing quotation. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl authored Jan 16, 2024
1 parent 88f641a commit 38b7152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
echo "The WhatIf json file was created"
fi
cat $WHATIFPATH
echo "edgeSuccess=true >> $GITHUB_OUTPUT
echo "edgeSuccess=true" >> $GITHUB_OUTPUT
- name: What If Analysis Output - Parse output
if: github.event.inputs.doVerifySteps == 'true'
Expand Down

0 comments on commit 38b7152

Please sign in to comment.