Skip to content

Commit 0818b7e

Browse files
committed
Attempt to fix the project directory for analyze test
1 parent dffb6d2 commit 0818b7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

analyze-project/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ runs:
2727
version=$(echo "$result" | awk '{print $2}')
2828
echo "name=$name" >> $GITHUB_OUTPUT
2929
echo "version=$version" >> $GITHUB_OUTPUT
30-
working-directory: ${{ inputs.project-directory }}
3130
shell: bash
3231
- name: Check for lock changes
33-
run: poetry check --lock
34-
working-directory: ${{ inputs.project-directory }}
32+
run: poetry check --lock -C "${{ inputs.project-directory }}"
3533
shell: bash
3634
- name: Cache virtualenv
3735
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4

0 commit comments

Comments
 (0)