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