Commit 15d0d59
committed
fix: use absolute path for BUILT_MODULE to resolve import issues
- Change BUILT_MODULE from relative to absolute path using github.workspace
- Fixes module resolution errors when actions/github-script tries to import
- Resolves 'Cannot find module' errors in E2E tests1 parent eb3f674 commit 15d0d59
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments