mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
fix: comment.js
This commit is contained in:
parent
af4a07d9a0
commit
e1112bd881
2
.github/workflows/hardhat.js.yml
vendored
2
.github/workflows/hardhat.js.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
script: |
|
||||
const script = require('./scripts/comment')
|
||||
const script = require('.github/scripts/comment')
|
||||
const header = '# Slither report'
|
||||
const body = `${{ steps.slither.outputs.stdout }}`
|
||||
await script({ github, context, header, body })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user