Skip to content

Commit 0e7de2e

Browse files
committed
do checkout
1 parent 65cdee0 commit 0e7de2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
jobs:
77
say-hello:
88
runs-on: self-hosted
9-
109
steps:
1110
- name: Echo Hello World
1211
run: echo "hello world"
13-
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)