Skip to content

Commit c4139e8

Browse files
rootLalit Kumar
authored andcommitted
test
1 parent 4ced01a commit c4139e8

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/greet_cicd.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: greet the hello
2-
on: push
3-
job:
4-
test:
5-
runs-on: ubuntu-latest
6-
steps:
7-
run: echo $hello
1+
name: Greet Hello
2+
3+
on:
4+
push:
85

6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Say hello
11+
run: echo "hello"
912

0 commit comments

Comments
 (0)