Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit ffd5f8a

Browse files
fix: added env.GITHUB_WORKSPACE for summary (#6)
1 parent a02de13 commit ffd5f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ runs:
4949
TEST_PATH: ${{ inputs.testPath }}
5050
with:
5151
script: |
52-
const script = require('./dist/index.js')
52+
const script = require(`${process.env.GITHUB_WORKSPACE}/dist/index.js`)
5353
await script({github, context, core})

0 commit comments

Comments
 (0)