Skip to content

Commit e99201a

Browse files
author
{ravi kumar bulusu}
committed
updated job2
1 parent 9fb44ad commit e99201a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/first-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
job2:
1515
runs-on: ubuntu-latest
16-
steps:
17-
- name: Echo Command 1 in Job 2
18-
run: echo "Step1 complete!"
19-
- name: Echo Command 2 in Job 2
20-
run: echo "Step2 complete!"
16+
steps:
17+
- name: Cowsay Hello
18+
uses: peter-evans/cowsay@v1
19+
with:
20+
message: "Ready for prod–ship it!"

0 commit comments

Comments
 (0)