-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from StartAutomating/EZ-Hyperlinks
EZOut 1.9.9
- Loading branch information
Showing
10 changed files
with
246 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,8 @@ | ||
#requires -Module PSDevOps | ||
#requires -Module EZOut | ||
Import-BuildStep -ModuleName EZOut | ||
New-GitHubAction -Name "UseEZOut" -Description 'Generate Formatting and Types .ps1xml for PowerShell Modules, using EZOut' -Action EZOutAction -Icon code -ActionOutput ([Ordered]@{ | ||
EZOutScriptRuntime = [Ordered]@{ | ||
description = "The time it took the .EZOutScript parameter to run" | ||
value = '${{steps.EZOutAction.outputs.EZOutScriptRuntime}}' | ||
} | ||
EZOutPS1Runtime = [Ordered]@{ | ||
description = "The time it took all .EZOut.ps1 files to run" | ||
value = '${{steps.EZOutAction.outputs.EZOutPS1Runtime}}' | ||
} | ||
EZOutPS1Files = [Ordered]@{ | ||
description = "The .EZOut.ps1 files that were run (separated by semicolons)" | ||
value = '${{steps.EZOutAction.outputs.EZOutPS1Files}}' | ||
} | ||
EZOutPS1Count = [Ordered]@{ | ||
description = "The number of .EZOut.ps1 files that were run" | ||
value = '${{steps.EZOutAction.outputs.EZOutPS1Count}}' | ||
} | ||
}) | | ||
Set-Content .\action.yml -Encoding UTF8 -PassThru | ||
Push-Location $PSScriptRoot | ||
New-GitHubAction -Name "UseEZOut" -Description @' | ||
Generate Formatting and Types .ps1xml for PowerShell Modules, using EZOut | ||
'@ -Action EZOutAction -Icon code -OutputPath .\action.yml | ||
Pop-Location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.