Skip to content

Commit 2820e75

Browse files
author
Raffaele Marcello
committed
Add GitHub Actions workflow for shipping to production
1 parent 4d96f94 commit 2820e75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/first-workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
job2:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Echo Job 2
17-
run: echo "This is job 2"
16+
- name: Ship it
17+
uses: mscoutermarsh/cowsays-action@master
18+
with:
19+
text: 'Ready for prod–ship it!'
20+
color: 'magenta'

0 commit comments

Comments
 (0)