Skip to content

Commit

Permalink
bye commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenalJy authored Apr 27, 2024
1 parent 57c455b commit 0f860de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/second-art.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Test File Contents
run: |
if grep -qi "tweety-bird" tweety-bird.txt; then
if grep -q "tweety-bird" tweety-bird.txt; then
echo "Tweety Bird found in file."
else
echo "Tweety Bird not found in file."
Expand Down

0 comments on commit 0f860de

Please sign in to comment.