Commit 0834065
fix: strip UTF-8 BOM from link files and workflow URL parsing
AzurePublicDatasetV1Links.txt and AzurePublicDatasetLinksV2.txt were
saved with a UTF-8 BOM, causing curl exit code 3 on the very first URL.
- Re-saved both .txt files without BOM
- Added BOM stripping (\xef\xbb\xbf) in the workflow as a defensive guard
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b5b2756 commit 0834065
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments