diff --git a/.github/workflows/storage-analysis.yml b/.github/workflows/storage-analysis.yml index 829ff0289c..b19e413e98 100644 --- a/.github/workflows/storage-analysis.yml +++ b/.github/workflows/storage-analysis.yml @@ -56,8 +56,9 @@ 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.4 + uses: yorhodes/actions-comment-pull-request@v2.4.5 with: + header: Storage Layout Diff filePath: layout.diff mdLanguage: diff comment_tag: storagelayoutdiff