Skip to content

Commit 1190f15

Browse files
committed
run syntax
1 parent 2cc8504 commit 1190f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jobs-withoutdepends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: stepA
13-
run echo "Chaitu"
13+
run: echo "Chaitu"
1414

1515
job1:
1616
runs-on:ubuntu-latest
1717
steps:
1818
- name: stepB
19-
run echo "Hi"
19+
run: echo "Hi"

0 commit comments

Comments
 (0)