File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Import-BuildStep -SourcePath (
5
5
6
6
$PSScriptRoot | Split-Path | Push-Location
7
7
8
- New-GitHubAction - Name " TurtlePower " - Description ' Turtles in a PowerShell' - Action TurtleAction - Icon chevron- right - OutputPath .\action.yml
8
+ New-GitHubAction - Name " TurtlePowerShell " - Description ' Turtles in a PowerShell' - Action TurtleAction - Icon chevron- right - OutputPath .\action.yml
9
9
10
10
Pop-Location
Original file line number Diff line number Diff line change 1
1
2
- name : TurtlePower
2
+ name : TurtlePowerShell
3
3
description : Turtles in a PowerShell
4
4
inputs :
5
5
Run :
@@ -55,17 +55,17 @@ runs:
55
55
id : TurtleAction
56
56
shell : pwsh
57
57
env :
58
- Run : ${{inputs.Run}}
59
- UserName : ${{inputs.UserName}}
60
58
GitHubToken : ${{inputs.GitHubToken}}
59
+ SkipScriptFile : ${{inputs.SkipScriptFile}}
61
60
NoPush : ${{inputs.NoPush}}
62
61
ActionScript : ${{inputs.ActionScript}}
63
- UserEmail : ${{inputs.UserEmail}}
64
- CommitMessage : ${{inputs.CommitMessage}}
65
- TargetBranch : ${{inputs.TargetBranch}}
66
62
InstallModule : ${{inputs.InstallModule}}
67
- SkipScriptFile : ${{inputs.SkipScriptFile}}
68
63
NoCommit : ${{inputs.NoCommit}}
64
+ TargetBranch : ${{inputs.TargetBranch}}
65
+ CommitMessage : ${{inputs.CommitMessage}}
66
+ UserName : ${{inputs.UserName}}
67
+ Run : ${{inputs.Run}}
68
+ UserEmail : ${{inputs.UserEmail}}
69
69
run : |
70
70
$Parameters = @{}
71
71
$Parameters.Run = ${env:Run}
You can’t perform that action at this time.
0 commit comments