File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ runs:
55
55
id : WebSocketAction
56
56
shell : pwsh
57
57
env :
58
- CommitMessage : ${{inputs.CommitMessage}}
59
58
SkipScriptFile : ${{inputs.SkipScriptFile}}
60
- InstallModule : ${{inputs.InstallModule}}
61
- Run : ${{inputs.Run}}
62
59
TargetBranch : ${{inputs.TargetBranch}}
63
- NoPush : ${{inputs.NoPush}}
64
- GitHubToken : ${{inputs.GitHubToken}}
65
- UserEmail : ${{inputs.UserEmail}}
66
60
NoCommit : ${{inputs.NoCommit}}
61
+ CommitMessage : ${{inputs.CommitMessage}}
62
+ InstallModule : ${{inputs.InstallModule}}
63
+ GitHubToken : ${{inputs.GitHubToken}}
64
+ NoPush : ${{inputs.NoPush}}
67
65
UserName : ${{inputs.UserName}}
66
+ Run : ${{inputs.Run}}
67
+ UserEmail : ${{inputs.UserEmail}}
68
68
ActionScript : ${{inputs.ActionScript}}
69
69
run : |
70
70
$Parameters = @{}
@@ -174,7 +174,7 @@ runs:
174
174
175
175
176
176
$anyFilesChanged = $false
177
- $ActionModuleName = 'PSJekyll '
177
+ $ActionModuleName = 'WebSocket '
178
178
$actorInfo = $null
179
179
180
180
You can’t perform that action at this time.
0 commit comments