Skip to content

Commit 6647039

Browse files
committed
chore: change stuff
1 parent dc46718 commit 6647039

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)