Commit a57f0c1
authored
🩹 [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.1 parent 9351753 commit a57f0c1
7 files changed
Lines changed: 8 additions & 60 deletions
File tree
- .github/workflows
- src/functions/public
- IndexSection
- NamedSection
- SomethingElse
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
Lines changed: 0 additions & 21 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
This file was deleted.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 27 | | |
0 commit comments