We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2bc4c commit a863abbCopy full SHA for a863abb
.github/actions/code-pushup/action.yml
@@ -17,6 +17,6 @@ runs:
17
run: npx tsx .github/actions/code-pushup/src/runner.ts
18
shell: bash
19
env:
20
- TSX_TSCONFIG_PATH: .github/actions/code-pushup/tsconfig.json
+ TSX_TSCONFIG_PATH: ${{ github.workspace }}/.github/actions/code-pushup/tsconfig.json
21
GH_TOKEN: ${{ inputs.token }}
22
MODE: ${{ inputs.mode }}
0 commit comments