From dac64943226a643d2975c9b03f9587eaece89389 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 12 Jul 2026 21:48:28 +0200 Subject: [PATCH] test: run pipeline via PSMA subfolder actions --- .github/workflows/Process-PSModule.yml | 2 +- src/functions/public/Get-PSModuleTest.ps1 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 2ee4f08..85bdcfe 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -27,7 +27,7 @@ permissions: jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@da180bac16b13bfbcdf08b2e4e221b5b49e5ff28 # v6.1.4 + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@test/use-psma-actions secrets: APIKey: ${{ secrets.APIKey }} TestData: >- diff --git a/src/functions/public/Get-PSModuleTest.ps1 b/src/functions/public/Get-PSModuleTest.ps1 index fe4d4cc..4db168e 100644 --- a/src/functions/public/Get-PSModuleTest.ps1 +++ b/src/functions/public/Get-PSModuleTest.ps1 @@ -24,3 +24,5 @@ ) Write-Output "Hello, $Name!" } + +# PSMA subfolder-action pipeline test (2026-07-12T21:48:17.0732000+02:00)