Skip to content

Commit

Permalink
second art fifth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenalJy authored Apr 27, 2024
1 parent c980f74 commit 22cb0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/second-art.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22cb0be

Please sign in to comment.