Column header for designator updated, and JSON output upload to artifact added #9

Merged
gautam merged 2 commits from develop into main 2024-09-03 15:30:21 +00:00
Showing only changes of commit 9343b5ca64 - Show all commits

View File

@ -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