Skip to content

Commit ff120f5

Browse files
committed
hm
1 parent bd38573 commit ff120f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/size-comment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ jobs:
9090
echo 'EOF' >> $GITHUB_OUTPUT
9191
9292
- name: "[Dev] calculate diff"
93-
shell: bash
9493
run: |
9594
# diff exits with status 1 if there is a diff
96-
set +x
97-
diff -u main/out.txt ${{ steps.find-pr-txt.outputs.txtPath }} > dev-diff.txt
95+
diff -u main/out.txt ${{ steps.find-pr-txt.outputs.txtPath }} > dev-diff.txt || echo "Differences exist"
9896
cat dev-diff.txt
9997
10098
- name: "[Dev] store diff in GITHUB_OUTPUT"

0 commit comments

Comments
 (0)