diff --git a/.github/workflows/create-gas-comment.yml b/.github/workflows/create-gas-comment.yml index 3de0fe2b..ba1cd439 100644 --- a/.github/workflows/create-gas-comment.yml +++ b/.github/workflows/create-gas-comment.yml @@ -5,7 +5,7 @@ on: branches: main jobs: - gas-benchmark: + gas: runs-on: ubuntu-latest steps: - name: "Check out the repo" @@ -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