We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c88b0 commit 06d9f1dCopy full SHA for 06d9f1d
.github/workflows/python-app.yml
@@ -23,7 +23,7 @@ jobs:
23
$cleanedPath = ($env:PATH -split ';' | Where-Object { Test-Path $_ }) -join ';'
24
echo "Cleaned PATH: $cleanedPath"
25
echo $cleanedPath >> $env:$GITHUB_ENV
26
- shell: pwsh
+
27
28
29
0 commit comments