Skip to content

Commit f83e45f

Browse files
committed
checkout code in breakpoint demo
1 parent 208a173 commit f83e45f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
fail-with-breakpoint:
88
runs-on: ubuntu-24.04
99
steps:
10+
- name: Checkout Code
11+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
1012
- name: Fail
1113
run: |
1214
echo "::error Purposefully failing the job"; exit 1;

0 commit comments

Comments
 (0)