diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index e5dddde..17aa92f 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -1,5 +1,7 @@ name: Process-PSModule +run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}" + on: pull_request: branches: diff --git a/src/PublicIP/PublicIP.psd1 b/src/PublicIP/PublicIP.psd1 index af33e73..aab729f 100644 --- a/src/PublicIP/PublicIP.psd1 +++ b/src/PublicIP/PublicIP.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '0.1.0' + ModuleVersion = '0.0.1' Description = 'PowerShell Module for Public IP' HelpInfoURI = 'https://PSModule.github.io/PublicIP' PrivateData = @{