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 dffb6d2 commit 0818b7eCopy full SHA for 0818b7e
analyze-project/action.yml
@@ -27,11 +27,9 @@ runs:
27
version=$(echo "$result" | awk '{print $2}')
28
echo "name=$name" >> $GITHUB_OUTPUT
29
echo "version=$version" >> $GITHUB_OUTPUT
30
- working-directory: ${{ inputs.project-directory }}
31
shell: bash
32
- name: Check for lock changes
33
- run: poetry check --lock
34
+ run: poetry check --lock -C "${{ inputs.project-directory }}"
35
36
- name: Cache virtualenv
37
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
0 commit comments