Skip to content

Commit 8e701be

Browse files
author
James Brundage
committed
fix: Updating action
Fixing module name
1 parent 419f3de commit 8e701be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

action.yml

+7-7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)