Skip to content

Commit

Permalink
chore(Root): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Dec 23, 2022
1 parent b91398e commit 2836399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
uses: actions/github-script@v6
with:
script: |
const generateCommentFromResults = require('../scripts/generateCommentFromResults.js')
const generateCommentFromResults = require('./scripts/generateCommentFromResults.js')
const results = ${{ steps.lhci.outputs.manifest }}
const comment = generateCommentFromResults({results})
core.setOutput('comment', comment)
Expand Down

0 comments on commit 2836399

Please sign in to comment.