Remove PR comment from storage layout check (#3419)

### Description

- Remove github authenticated PR Comment action
pull/3426/head
Yorke Rhodes 8 months ago committed by GitHub
parent 8ea0bde7c9
commit 641665cebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      .github/workflows/storage-analysis.yml

@ -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/actions-comment-pull-request@v2.4.6
with:
header: Storage Layout Diff
filePath: layout.diff
mdLanguage: diff
comment_tag: storagelayoutdiff
run: diff --unified solidity/base-storage solidity/HEAD-storage

Loading…
Cancel
Save