Skip to content

Commit dd05537

Browse files
committed
chore: change stuff
1 parent 424dd06 commit dd05537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ jobs:
224224
done
225225
done
226226
227-
if [ -s "$output_file" ]; then
228-
cat $output_file
227+
if ls outputs/*.txt; then
229228
echo "DIFF_IS_NON_EMPTY=1" >> $GITHUB_OUTPUT
230229
else
231230
echo "DIFF_IS_NON_EMPTY=0" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)