Skip to content

Commit d45c6c9

Browse files
Fix typo: aciton -> action
1 parent b5268b7 commit d45c6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
run: |
364364
Install-PSResource -Name GitHub -TrustRepository -Prerelease
365365
if ($PSMODULE_GITHUB_SCRIPT) {
366-
throw "Is not running in GitHub-Script aciton! Failing"
366+
throw "Is not running in GitHub-Script action! Failing"
367367
}
368368
$item = [pscustomobject]@{
369369
Path = $env:Path

0 commit comments

Comments
 (0)