fix: Fix the custom action to run #1
@ -7,7 +7,7 @@ inputs:
|
||||
project_path:
|
||||
description: "Path to the project file from the root of the repo"
|
||||
required: true
|
||||
pcb_file_path:
|
||||
pcb_path:
|
||||
description: "Path to the PCB file from the root of the repo"
|
||||
required: true
|
||||
output_file_name:
|
||||
@ -23,7 +23,7 @@ runs:
|
||||
args:
|
||||
- ${{ github.repository }}
|
||||
- ${{ inputs.project_path }}
|
||||
- ${{ inputs.pcb_file_path }}
|
||||
- ${{ inputs.pcb_path }}
|
||||
- "--source_ref"
|
||||
- ${{ github.sha }}
|
||||
- "--allspice_hub_url"
|
||||
|
Loading…
Reference in New Issue
Block a user