Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Oct 12, 2023
1 parent 5fa18bf commit da26cf5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-gas-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: main

jobs:
gas-benchmark:
gas:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
Expand Down Expand Up @@ -39,7 +39,5 @@ jobs:
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Gas Report
${{ steps.build.outputs.build-log }}
body-path: gas-results.txt
edit-mode: replace

0 comments on commit da26cf5

Please sign in to comment.