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 658e948 commit 15cc387Copy full SHA for 15cc387
.github/workflows/ui-tests.yml
@@ -84,5 +84,5 @@ jobs:
84
type bg-hook.log
85
if ($p.ExitCode -ne 0) { exit 1 }
86
- name: Show logs, if canceled
87
- if: canceled()
+ if: cancelled()
88
run: type bg-hook.log
0 commit comments