Skip to content

Commit 236c093

Browse files
committed
...
1 parent 3b4f1dc commit 236c093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
9595
- name: Show Http debug Log
9696
shell: bash
97-
if: ${{ failure() && inputs.debug == true }}
97+
if: ${{ failure() }}
9898
run: |
9999
cat $HOME/.stk/debug/http.txt
100100
exit 1

0 commit comments

Comments
 (0)