Commit 6c85d97
Fix os mock for @actions/core 1.11.x platform module compatibility
@actions/core 1.11.0 added a platform module that calls os.platform()
at import time via __importDefault, which requires a `default` export
on the mocked os module.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f13b432 commit 6c85d97
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments