Skip to content

Commit d839083

Browse files
vaindCopilot
andauthored
Update updater/action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 17202a7 commit d839083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ runs:
301301
{
302302
'create' { 'deps/' + $env:DEPENDENCY_PATH + '/' + $env:LATEST_TAG }
303303
'update' { 'deps/' + $env:DEPENDENCY_PATH }
304-
default { throw ('Unkown PR strategy "' + $env:PR_STRATEGY + '".') }
304+
default { throw ('Unknown PR strategy "' + $env:PR_STRATEGY + '".') }
305305
}
306306
$prBranch = $prBranchPrefix + $prBranch
307307
('baseBranch=' + $mainBranch) | Tee-Object $env:GITHUB_OUTPUT -Append

0 commit comments

Comments
 (0)