Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit faa151d

Browse files
authored
Update action.yml
1 parent b2766ee commit faa151d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ runs:
133133
- if: ${{ inputs.pyright == 'true' }}
134134
uses: jakebailey/pyright-action@v1.1.0
135135
with:
136-
working-directory: ${{ inputs.root }}
136+
working-directory: ${{ inputs.root }}/${{ inputs.workdir }}
137137
project: ${{ inputs.toml }}
138138

139139
- if: ${{ inputs.pytest == 'true' || inputs.pypi_publish == 'true' }}

0 commit comments

Comments
 (0)