diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index c25013b..67d115c 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -30,7 +30,7 @@ jobs: contents: read pages: write id-token: write - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v8 + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@repro/dispatch-label-whatif secrets: PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }} GitHubAppClientId: ${{ secrets.SHELLY_CLIENT_ID }} diff --git a/src/functions/public/Greetings/Get-Greeting.ps1 b/src/functions/public/Greetings/Get-Greeting.ps1 index d836b58..7ebb44b 100644 --- a/src/functions/public/Greetings/Get-Greeting.ps1 +++ b/src/functions/public/Greetings/Get-Greeting.ps1 @@ -43,3 +43,5 @@ "Good $TimeOfDay!" } } + +# Issue #530 reproduction marker: dispatch must honour the merged PR version label.