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 aeed4b2 commit a067132Copy full SHA for a067132
.github/workflows/ci-badges.yml
@@ -34,7 +34,7 @@ jobs:
34
id: get_subfolder
35
shell: pwsh
36
run: |
37
- $folderPath = 'your/folder/path'
+ $folderPath = 'TestResults'
38
$firstSubfolder = Get-ChildItem -Path $folderPath -Directory | Select-Object -First 1
39
$name = if ($firstSubfolder) { $firstSubfolder.Name } else { "" }
40
echo "subfolder_name=$name" >> $env:GITHUB_OUTPUT
0 commit comments