File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ runs:
5555 id : WebSocketAction
5656 shell : pwsh
5757 env :
58- CommitMessage : ${{inputs.CommitMessage}}
5958 SkipScriptFile : ${{inputs.SkipScriptFile}}
60- InstallModule : ${{inputs.InstallModule}}
61- Run : ${{inputs.Run}}
6259 TargetBranch : ${{inputs.TargetBranch}}
63- NoPush : ${{inputs.NoPush}}
64- GitHubToken : ${{inputs.GitHubToken}}
65- UserEmail : ${{inputs.UserEmail}}
6660 NoCommit : ${{inputs.NoCommit}}
61+ CommitMessage : ${{inputs.CommitMessage}}
62+ InstallModule : ${{inputs.InstallModule}}
63+ GitHubToken : ${{inputs.GitHubToken}}
64+ NoPush : ${{inputs.NoPush}}
6765 UserName : ${{inputs.UserName}}
66+ Run : ${{inputs.Run}}
67+ UserEmail : ${{inputs.UserEmail}}
6868 ActionScript : ${{inputs.ActionScript}}
6969 run : |
7070 $Parameters = @{}
@@ -174,7 +174,7 @@ runs:
174174
175175
176176 $anyFilesChanged = $false
177- $ActionModuleName = 'PSJekyll '
177+ $ActionModuleName = 'WebSocket '
178178 $actorInfo = $null
179179
180180
You can’t perform that action at this time.
0 commit comments