Skip to content

Commit

Permalink
Remove PR comment from storage layout check (#3419)
Browse files Browse the repository at this point in the history
### Description

- Remove github authenticated PR Comment action
  • Loading branch information
yorhodes committed Mar 22, 2024
1 parent 403bcca commit 5cad9a9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,4 @@ jobs:

# Compare outputs
- name: Compare outputs
continue-on-error: true # diff exits with 1 if files differ
run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff

- name: Comment PR with layout diff
uses: yorhodes/[email protected]
with:
header: Storage Layout Diff
filePath: layout.diff
mdLanguage: diff
comment_tag: storagelayoutdiff
run: diff --unified solidity/base-storage solidity/HEAD-storage

0 comments on commit 5cad9a9

Please sign in to comment.