Skip to content

Commit 7e6569f

Browse files
committed
job2
1 parent dcd5dcd commit 7e6569f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/first-workflow.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ jobs:
2828
run: echo "Step 1 complete!"
2929

3030
- name: Step 2
31-
run: echo "Step 2 complete!"
31+
run: echo "Step 2 complete!"
32+
33+
job2:
34+
runs-on: ubuntu-latest
35+
36+
steps:
37+
- name: Cowsays Action
38+
uses: peter-evans/cowsay@v1
39+
with:
40+
text: "Ready for prod–ship it!"
41+
color: magenta

0 commit comments

Comments
 (0)