Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi authored Sep 17, 2023
1 parent b64ca38 commit f615dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Process the input file and create the output file
while IFS=$'\t' read -r col1 rest_of_line; do
if[["$added_rows"==200]] #add up to 200 rows
if[["$added_rows"==200]]
then
break
fi
Expand Down

0 comments on commit f615dce

Please sign in to comment.