Update to correct action

This commit is contained in:
Daniel Lindmark 2024-05-22 13:54:15 -05:00
parent 47ebafd6c8
commit d46d9bbb5e

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: Generate BOM
uses: https://hub.allspice.io/Actions/generate-bom-altium@v0.3
uses: https://hub.allspice.io/Actions/generate-bom@v0.3
with:
# The path to the Altium project file in your repo.
source_path: Archimajor.PrjPcb
@ -39,7 +39,7 @@ jobs:
# [optional] The variant of the project to generate the BOM for. If empty
# or not present, the BOM will be generated for the default variant.
# Default: ''
# variant: ''
variant: ''
# Print bom.csv to terminal
- name: Show BOM