fix: Fix the custom action to run #1

Merged
shrikanth-allspice merged 5 commits from :jt/fix-pip into main 2024-04-09 15:46:06 +00:00
Showing only changes of commit 11209ac7dc - Show all commits

View File

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