Commit f66d5ce
committed
Fix source indexing
`actions/checkout@v6` clones repo from URL that doesn't contain `.git`
at the end.
We were removing last 4 characters of the URL which resulted in wrong `REPO_URL`
in source index and debugger was thus unable to fetch sources.
The fix is to remove last 4 characters of URL only if there is `.git` at the end.1 parent c9e791f commit f66d5ce
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments