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 d9421be29e - Show all commits

View File

@ -21,9 +21,6 @@ runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "Dockerfile"
args: args:
- ${{ github.repository }}
- ${{ inputs.project_path }}
- ${{ inputs.pcb_path }}
- "--source_ref" - "--source_ref"
- ${{ github.sha }} - ${{ github.sha }}
- "--allspice_hub_url" - "--allspice_hub_url"
@ -32,3 +29,6 @@ runs:
- ${{ inputs.attributes_mapping }} - ${{ inputs.attributes_mapping }}
- "--output_file" - "--output_file"
- ${{ inputs.output_file_name }} - ${{ inputs.output_file_name }}
- ${{ github.repository }}
- ${{ inputs.project_path }}
- ${{ inputs.pcb_path }}