Skip to content

Commit 208a173

Browse files
committed
actually fail the breakpoint job
1 parent f6ff377 commit 208a173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/08-developer-experience--02-ssh-breakpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Fail
1111
run: |
12-
echo "Hello from an inline bash script in a GitHub Action Workflow!"
12+
echo "::error Purposefully failing the job"; exit 1;
1313
- name: Breakpoint if failed
1414
if: failure()
1515
uses: namespacelabs/breakpoint-action@664d004eae0e89e248fafe14fd5e97d28440a85e # v0.0.13

0 commit comments

Comments
 (0)