Commit 81a24b8
authored
🩹 [Patch]: Add a 'test' for event info (#25)
## Description
This pull request includes changes to the testing workflow and the
addition of a new script file to exemplify the process of gathering
GitHub event and runner information.
Changes to the testing workflow:
*
[`.github/workflows/TestWorkflow.yml`](diffhunk://#diff-242a265d6d6bfff6094c9285345022d0e6d7ddde58504dfc80249fafbd89ba2cL63-R63):
Updated the `ActionTestWithScript` job to use the new `info.ps1` script
for exemplify how to gather GitHub event and runner information.
Addition of new script:
*
[`tests/info.ps1`](diffhunk://#diff-81ccec2f86ef88b1c1634ae2b230c847a0ee82a64b45fd3737445547e797a4edR1-R9):
Added a new PowerShell script that requires the GitHub module and logs
GitHub event and runner data in a formatted list.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 3dbded6 commit 81a24b8
2 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 63 | + | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments