Skip to content

Commit a35423d

Browse files
Update python-app.yml
1 parent 6812b5b commit a35423d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Clean PATH
2222
run: |
2323
$cleanedPath = ($env:PATH -split ';' | Where-Object { Test-Path $_ }) -join ';'
24-
echo $cleanedPath | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
2524
echo "Cleaned PATH: $cleanedPath"
25+
echo $cleanedPath >> $env:GITHUB_PATH
2626
2727
- name: Verify Invalid Path Removed
2828
run: echo $env:PATH

0 commit comments

Comments
 (0)