Skip to content

Commit 7478dd5

Browse files
⚙️ [Maintenance]: Remove outdated comments from Process-PSModule workflow
1 parent e11bef4 commit 7478dd5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ jobs:
3030
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@d4020f3c9c3621cebae5d8bf4ffaf10f55c1784a # v6.1.2
3131
secrets:
3232
APIKEY: ${{ secrets.APIKEY }}
33-
# Showcase: send data down to the module tests (see tests/Environment.Tests.ps1).
34-
# TestData is a single-line JSON object with optional "secrets" (masked in logs) and
35-
# "variables" (not masked) maps. Every entry is exposed to the module test jobs as
36-
# $env:<name>. Reference a repository secret with the direct "${{ secrets.NAME }}"
37-
# form (single-line values, no quotes or backslashes) and a repository variable with
38-
# ${{ toJSON(vars.NAME) }} so any characters are encoded safely. The folded ">-" scalar
39-
# keeps the whole value on one line so GitHub registers a single log mask. Omit
40-
# TestData entirely when your tests need no data.
4133
TestData: >-
4234
{ "secrets": { "TEST_SECRET": "${{ secrets.TEST_SECRET }}" },
4335
"variables": { "TEST_VARIABLE": ${{ toJSON(vars.TEST_VARIABLE) }} } }

0 commit comments

Comments
 (0)