fix: comment.js

This commit is contained in:
nftchance 2023-03-04 18:36:37 -06:00
parent af4a07d9a0
commit e1112bd881
2 changed files with 1 additions and 1 deletions

View File

@ -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 })