fix: Fix the custom action to run #1
@ -21,9 +21,6 @@ runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- ${{ github.repository }}
|
||||
- ${{ inputs.project_path }}
|
||||
- ${{ inputs.pcb_path }}
|
||||
- "--source_ref"
|
||||
- ${{ github.sha }}
|
||||
- "--allspice_hub_url"
|
||||
@ -32,3 +29,6 @@ runs:
|
||||
- ${{ inputs.attributes_mapping }}
|
||||
- "--output_file"
|
||||
- ${{ inputs.output_file_name }}
|
||||
- ${{ github.repository }}
|
||||
- ${{ inputs.project_path }}
|
||||
- ${{ inputs.pcb_path }}
|
||||
|
Loading…
Reference in New Issue
Block a user