fix: Fix the custom action to run #1
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user