Skip to content

Commit a067132

Browse files
committed
fix folder path
1 parent aeed4b2 commit a067132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: get_subfolder
3535
shell: pwsh
3636
run: |
37-
$folderPath = 'your/folder/path'
37+
$folderPath = 'TestResults'
3838
$firstSubfolder = Get-ChildItem -Path $folderPath -Directory | Select-Object -First 1
3939
$name = if ($firstSubfolder) { $firstSubfolder.Name } else { "" }
4040
echo "subfolder_name=$name" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)