文件名称:update-powershell-metadata-action:GitHub动作,用于更新PowerShell模块清单中的元数据或PowerShell脚本中的ScriptFileInfo
文件大小:14KB
文件格式:ZIP
更新时间:2024-04-30 00:48:21
PowerShell
更新PowerShell元数据GitHub操作 GitHub动作,用于更新PowerShell模块清单中的元数据或PowerShell脚本中的ScriptFileInfo。 此操作旨在使您可以快速更新清单或脚本文件中与发行相关的元数据,作为发行工作流程的一部分。 它已经过测试,并且可以在windows-latest , ubuntu-latest和macos-latest 。 用法 jobs : Publish : runs-on : windows-latest steps : - name : Update Metadata uses : natescherer/update-powershell-metadata-action@v1.0.0 with : include_paths : tests
【文件预览】:
update-powershell-metadata-action-main
----src()
--------Find-PowerShellFiles.ps1(2KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(6KB)
----action.yml(5KB)
----test()
--------TestModule1()
--------TestModule2()
--------Test-Script1()
--------update-powershell-metadata-action.Tests.ps1(3KB)
--------Test-Script2()