Skip to content

Commit 2b042c8

Browse files
Fix syntax error in Action-Test workflow for Git configuration list processing
1 parent 98ca86e commit 2b042c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if ($LASTEXITCODE -ne 0) {
4545
$global:LASTEXITCODE = 0
4646
$configList = $null
47-
} else {¨
47+
} else {
4848
$config = @()
4949
$configList = $configList | Sort-Object
5050
$configList | ForEach-Object {

0 commit comments

Comments
 (0)