Skip to content

Commit

Permalink
Try commenting on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 29, 2023
1 parent 2e1c450 commit 1ca585c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Compare outputs
run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff

- uses: actions/upload-artifact@v3
- name: Comment PR with execution number
uses: yorhodes/[email protected]
with:
path: layout.diff
filePath: layout.diff
mdLanguage: diff
comment_tag: storagelayoutdiff

0 comments on commit 1ca585c

Please sign in to comment.