Column header for designator updated, and JSON output upload to artifact added #9
@ -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"
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user