From 7d5ab662f46bdc1368727512523aa2aef191e64e Mon Sep 17 00:00:00 2001 From: Noel Washington Black Date: Sat, 2 Dec 2023 14:33:03 +0000 Subject: [PATCH] Update first-workflow.yml --- .github/workflows/first-workflow.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/first-workflow.yml b/.github/workflows/first-workflow.yml index 172fc4f..c135d47 100644 --- a/.github/workflows/first-workflow.yml +++ b/.github/workflows/first-workflow.yml @@ -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.