Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap committed Oct 9, 2024
1 parent 5412ddc commit a2e4cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Check coverage is updated
uses: actions/github-script@v5
env:
env:
OUTPUT: ${{ steps.coverage.outputs.COVERAGE }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Comment on PR
id: comment
uses: actions/github-script@v5
env:
env:
OUTPUT: ${{ steps.coverage.outputs.COVERAGE }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a2e4cab

Please sign in to comment.