Skip to content

Commit

Permalink
fix: bash syntax if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Feb 15, 2025
1 parent 13c7991 commit e8b31a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
if [ "$ADDED_FILES_COUNT" -eq 0 ]; then
echo "🕵️ No new files found. Exiting workflow."
exit 0
fi
for file in ${ADDED_FILES}; do
echo "$file was added"
done
Expand Down

0 comments on commit e8b31a9

Please sign in to comment.