Skip to content

Commit 37ef094

Browse files
committed
update test action to check for expected failure condition 2
1 parent 49c2e1c commit 37ef094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
issue-form-body: '{}'
8585
- name: The action should fail if it fails to parse
8686
run: |
87-
$parseStepWithBadInputOutcome = '${{ steps.issue-parser-bad-input.outcome }}''
87+
$parseStepWithBadInputOutcome = '${{ steps.issue-parser-bad-input.outcome }}'
8888
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'."
89+
Write-Output "::error title=Action check:Action should have failed the workflow because of invalid input but it didn't."
9090
Exit 1
9191
}
9292
else {

0 commit comments

Comments
 (0)