Skip to content

Commit

Permalink
Add header to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 29, 2023
1 parent 0f06ccf commit 83baced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83baced

Please sign in to comment.