Skip to content

Commit d63e140

Browse files
committed
tests: Add quotes
1 parent 56d7350 commit d63e140

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
@@ -250,7 +250,7 @@ jobs:
250250
- name: Set up Poetry
251251
uses: ./setup-poetry
252252
- name: Copy Python project to root
253-
run: cp -av ${{ github.workspace }}/.github/test_projects/minimal/* ${{ github.workspace }}
253+
run: cp -av "${{ github.workspace }}/.github/test_projects/minimal/*" "${{ github.workspace }}"
254254
shell: bash
255255
- name: Analyze Python project
256256
uses: ./analyze-project

0 commit comments

Comments
 (0)