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 56d7350 commit d63e140Copy full SHA for d63e140
.github/workflows/test_actions.yml
@@ -250,7 +250,7 @@ jobs:
250
- name: Set up Poetry
251
uses: ./setup-poetry
252
- name: Copy Python project to root
253
- run: cp -av ${{ github.workspace }}/.github/test_projects/minimal/* ${{ github.workspace }}
+ run: cp -av "${{ github.workspace }}/.github/test_projects/minimal/*" "${{ github.workspace }}"
254
shell: bash
255
- name: Analyze Python project
256
uses: ./analyze-project
0 commit comments