Skip to content

Commit

Permalink
Update first-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noelb1 authored Dec 2, 2023
1 parent 92206b4 commit 7d5ab66
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ jobs:
- run: npm install -g bats
- run: bats -v


job2:
jobs:
cow:
name: Cowsays
runs-on: ubuntu-latest

steps:
- name: Ship it
uses: mscoutermarsh/cowsays-action@master
with:
text: 'ship ship ship!'
color: 'red
- name: Checkout code
uses: actions/checkout@v2

- name: Run Crossways action
uses: mscoutermarsh/cowsays-action@master # replace with actual repository and version

- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

0 comments on commit 7d5ab66

Please sign in to comment.