From 14d71aa0794f5e47d51d565529500f168d32e0cf Mon Sep 17 00:00:00 2001 From: Gautam Peri Date: Tue, 3 Sep 2024 15:26:22 +0000 Subject: [PATCH 1/2] Update .allspice/columns.yml --- .allspice/columns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.allspice/columns.yml b/.allspice/columns.yml index 18def9b..48e56bf 100644 --- a/.allspice/columns.yml +++ b/.allspice/columns.yml @@ -10,7 +10,7 @@ columns: - "MANUFACTURER" sort: "asc" remove_rows_matching: "TP|MTG|FID" - - name: "Reference Designator" + - name: "Designator" part_attributes: "Designator" grouped_values_separator: ", " grouped_values_sort: "asc" -- 2.45.2 From 9343b5ca64b01e2167b8e998d34ae896ed7c355c Mon Sep 17 00:00:00 2001 From: Gautam Peri Date: Tue, 3 Sep 2024 15:29:05 +0000 Subject: [PATCH 2/2] Update .allspice/workflows/Digikey-Search-HTML-Report.yml --- .allspice/workflows/Digikey-Search-HTML-Report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.allspice/workflows/Digikey-Search-HTML-Report.yml b/.allspice/workflows/Digikey-Search-HTML-Report.yml index d999183..710345e 100644 --- a/.allspice/workflows/Digikey-Search-HTML-Report.yml +++ b/.allspice/workflows/Digikey-Search-HTML-Report.yml @@ -66,3 +66,10 @@ jobs: with: name: DigiKey_Component_Report.zip path: component_report.zip + + # Upload DigiKey search JSON data as artifact + - name: Upload DigiKey search JSON data as artifact + uses: actions/upload-artifact@v3 + with: + name: DigiKey_Data_From_BOM.json + path: digikey_data_from_bom.json \ No newline at end of file -- 2.45.2