We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c2e1c commit 37ef094Copy full SHA for 37ef094
.github/workflows/test-action.yml
@@ -84,9 +84,9 @@ jobs:
84
issue-form-body: '{}'
85
- name: The action should fail if it fails to parse
86
run: |
87
- $parseStepWithBadInputOutcome = '${{ steps.issue-parser-bad-input.outcome }}''
+ $parseStepWithBadInputOutcome = '${{ steps.issue-parser-bad-input.outcome }}'
88
if($parseStepWithBadInputOutcome -eq 'success') {
89
- Write-Output "::error title=Action check:Action should have failed the workflow because of invalid input but it didn't'."
+ Write-Output "::error title=Action check:Action should have failed the workflow because of invalid input but it didn't."
90
Exit 1
91
}
92
else {
0 commit comments