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 02918c9 commit dffb6d2Copy full SHA for dffb6d2
.github/workflows/test_actions.yml
@@ -240,7 +240,7 @@ jobs:
240
- name: Analyze Python Project
241
uses: ./analyze-project
242
with:
243
- project-directory: test-project
+ project-directory: ${{ github.workspace }}/test-project
244
245
# This job is intended to combine the test results so we don't have to list
246
# each matrix combination in the required status check settings. There are a
0 commit comments