Skip to content

Commit

Permalink
fix: adds missing "'" in yml definition
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Nov 17, 2024
1 parent bee4365 commit 8e7e6cd
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 @@ -27,7 +27,7 @@ inputs:
file-coverage-root-path:
required: false
description: 'The root (or absolute) bit of the path used within the json coverage reports to point to the covered files. You can change this if your reports where generated in a different context (e.g. a docker container) and the absolute paths don't match the current runner`s workspace. Uses the runner`s workspace path by default.'
default: ${{ github.workspace }}
default: ${{ github.workspace }}'
working-directory:
required: false
description: 'Working directory where to look for the vite config file and the coverage report files. Uses "./" by default.'
Expand Down

0 comments on commit 8e7e6cd

Please sign in to comment.