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 (
55
66$PSScriptRoot | Split-Path | Push-Location
77
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
99
1010Pop-Location
Original file line number Diff line number Diff line change 11
2- name : TurtlePower
2+ name : TurtlePowerShell
33description : Turtles in a PowerShell
44inputs :
55 Run :
@@ -55,17 +55,17 @@ runs:
5555 id : TurtleAction
5656 shell : pwsh
5757 env :
58- Run : ${{inputs.Run}}
59- UserName : ${{inputs.UserName}}
6058 GitHubToken : ${{inputs.GitHubToken}}
59+ SkipScriptFile : ${{inputs.SkipScriptFile}}
6160 NoPush : ${{inputs.NoPush}}
6261 ActionScript : ${{inputs.ActionScript}}
63- UserEmail : ${{inputs.UserEmail}}
64- CommitMessage : ${{inputs.CommitMessage}}
65- TargetBranch : ${{inputs.TargetBranch}}
6662 InstallModule : ${{inputs.InstallModule}}
67- SkipScriptFile : ${{inputs.SkipScriptFile}}
6863 NoCommit : ${{inputs.NoCommit}}
64+ TargetBranch : ${{inputs.TargetBranch}}
65+ CommitMessage : ${{inputs.CommitMessage}}
66+ UserName : ${{inputs.UserName}}
67+ Run : ${{inputs.Run}}
68+ UserEmail : ${{inputs.UserEmail}}
6969 run : |
7070 $Parameters = @{}
7171 $Parameters.Run = ${env:Run}
You can’t perform that action at this time.
0 commit comments