mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-24 09:13:21 +00:00
Merge pull request 'Update BOM action version in demo' (#34) from su/update-bom-ver into main
Reviewed-on: https://staging.allspice.dev/AllSpice-Demos/Actions-demo/pulls/34
This commit is contained in:
commit
49aa1f5ae5
.allspice
@ -3,14 +3,19 @@ columns:
|
||||
part_attributes:
|
||||
- "Manufacturer"
|
||||
- "MANUFACTURER"
|
||||
sort: "asc"
|
||||
- name: "Part Number"
|
||||
part_attributes:
|
||||
- "PART"
|
||||
- "MANUFACTURER #"
|
||||
- "_part_id"
|
||||
remove_rows_matching: "TP|MTG|FID"
|
||||
- name: "Designator"
|
||||
part_attributes: "Designator"
|
||||
grouped_values_separator: "; "
|
||||
grouped_values_sort: "asc"
|
||||
- name: "Description"
|
||||
part_attributes:
|
||||
- "PART DESCRIPTION"
|
||||
- "_description"
|
||||
- "_description"
|
||||
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generate BOM
|
||||
uses: https://hub.allspice.io/Actions/generate-bom@v0.4
|
||||
uses: https://hub.allspice.io/Actions/generate-bom@v0.5
|
||||
with:
|
||||
# The path to the project file in your repo (.PrjPcb for Altium, .DSN for OrCad).
|
||||
source_path: Archimajor.PrjPcb
|
||||
|
Loading…
Reference in New Issue
Block a user