From 22cb0be1e3b9a348afa9a8fb3a8f33774f27184c Mon Sep 17 00:00:00 2001 From: Meenal Jyotika <107105216+MeenalJy@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:06:58 +0530 Subject: [PATCH] second art fifth commit --- .github/workflows/second-art.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/second-art.yaml b/.github/workflows/second-art.yaml index a55c454..6885a41 100644 --- a/.github/workflows/second-art.yaml +++ b/.github/workflows/second-art.yaml @@ -29,13 +29,13 @@ jobs: name: tweety-bird-text-file - name: Test File Exists - run: grep -i "tweety" tweety-bird.txt + run: grep -i "tweety-bird" tweety-bird.txt deploy_job_3: needs: [test_job_2] runs-on: ubuntu-latest steps: - - name: Download Tweety text file + - name: Download Tweety-bird text file uses: actions/download-artifact@v3 with: name: tweety-bird-text-file