Skip to content

Commit e27425a

Browse files
fix: Fixing Turtle Action ID ( Fixes #89 )
1 parent 8f67c2c commit e27425a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Build/Turtle.GitHubAction.PSDevOps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
Pop-Location

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: TurtlePower
2+
name: TurtlePowerShell
33
description: Turtles in a PowerShell
44
inputs:
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}

0 commit comments

Comments
 (0)