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 ca92fc3 commit 012826fCopy full SHA for 012826f
.github/workflows/updater.yml
@@ -146,7 +146,7 @@ jobs:
146
}
147
"baseBranch=$mainBranch" | Tee-Object $env:GITHUB_OUTPUT -Append
148
"prBranch=$prBranch" | Tee-Object $env:GITHUB_OUTPUT -Append
149
- $nonBotCommits = "$env:RUNNER_TEMP/ghwf/updater/scripts/nonbot-commits.ps1" `
+ $nonBotCommits = & "$env:RUNNER_TEMP/ghwf/updater/scripts/nonbot-commits.ps1" `
150
-RepoUrl "$(git config --get remote.origin.url)" -PrBranch $prBranch -MainBranch $mainBranch
151
$changed = $nonBotCommits.Length -gt 0 ? 'true' : 'false'
152
"changed=$changed" | Tee-Object $env:GITHUB_OUTPUT -Append
0 commit comments