Skip to content

0.0.10

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:00
a57f0c1

🩹 [Patch]: Refactor TestData JSON formatting in Process-PSModule.yml (#28)

This pull request updates the way test environment variables are passed to the workflow in .github/workflows/Process-PSModule.yml. The main change is to the formatting and encoding of the TestData field, specifically for how variables are referenced.

Workflow variable handling:

  • Changed the TestData field to reference TEST_VARIABLE using "${{ vars.TEST_VARIABLE }}" instead of toJSON(vars.TEST_VARIABLE), simplifying the value assignment and making it consistent with secret referencing.
  • Reformatted the TestData JSON for improved readability by expanding it to multiple lines.