Column header for designator updated, and JSON output upload to artifact added #9
@ -10,7 +10,7 @@ columns:
|
|||||||
- "MANUFACTURER"
|
- "MANUFACTURER"
|
||||||
sort: "asc"
|
sort: "asc"
|
||||||
remove_rows_matching: "TP|MTG|FID"
|
remove_rows_matching: "TP|MTG|FID"
|
||||||
- name: "Reference Designator"
|
- name: "Designator"
|
||||||
part_attributes: "Designator"
|
part_attributes: "Designator"
|
||||||
grouped_values_separator: ", "
|
grouped_values_separator: ", "
|
||||||
grouped_values_sort: "asc"
|
grouped_values_sort: "asc"
|
||||||
|
@ -66,3 +66,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: DigiKey_Component_Report.zip
|
name: DigiKey_Component_Report.zip
|
||||||
path: 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
|
Loading…
Reference in New Issue
Block a user