Skip to content

Commit 4a8b3fa

Browse files
committed
Attempt to use {{ github.workspace }} instead of ./
1 parent 4579668 commit 4a8b3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Analyze Python Project
232232
uses: ./analyze-project
233233
with:
234-
project-directory: ./.github/test_projects/minimal
234+
project-directory: ${{ github.workspace }}/.github/test_projects/minimal
235235

236236
# This job is intended to combine the test results so we don't have to list
237237
# each matrix combination in the required status check settings. There are a

0 commit comments

Comments
 (0)