Skip to content

Commit 012826f

Browse files
committed
Fix command
1 parent ca92fc3 commit 012826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
}
147147
"baseBranch=$mainBranch" | Tee-Object $env:GITHUB_OUTPUT -Append
148148
"prBranch=$prBranch" | Tee-Object $env:GITHUB_OUTPUT -Append
149-
$nonBotCommits = "$env:RUNNER_TEMP/ghwf/updater/scripts/nonbot-commits.ps1" `
149+
$nonBotCommits = & "$env:RUNNER_TEMP/ghwf/updater/scripts/nonbot-commits.ps1" `
150150
-RepoUrl "$(git config --get remote.origin.url)" -PrBranch $prBranch -MainBranch $mainBranch
151151
$changed = $nonBotCommits.Length -gt 0 ? 'true' : 'false'
152152
"changed=$changed" | Tee-Object $env:GITHUB_OUTPUT -Append

0 commit comments

Comments
 (0)