From b017aaa18c16d44379e147a1ab86611f13b6e8b0 Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Thu, 30 Nov 2023 11:04:05 -0500 Subject: [PATCH] Use action that does not comment when file is empty --- .github/workflows/storage-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storage-analysis.yml b/.github/workflows/storage-analysis.yml index 9e015cbfbc..341ea53ba6 100644 --- a/.github/workflows/storage-analysis.yml +++ b/.github/workflows/storage-analysis.yml @@ -58,7 +58,7 @@ jobs: run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff - name: Comment PR with layout diff - uses: yorhodes/actions-comment-pull-request@v2.4.5 + uses: yorhodes/actions-comment-pull-request@v2.4.6 with: header: Storage Layout Diff filePath: layout.diff