Update verify/action.yml
This commit is contained in:
parent
457519e854
commit
74b0018f2d
1 changed files with 6 additions and 5 deletions
|
@ -6,8 +6,9 @@ inputs:
|
|||
required: true
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
|
||||
args:
|
||||
- verify
|
||||
- ${{ inputs.layer_config_file }}
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Verify image
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
|
||||
with:
|
||||
args: verify ${{ inputs.layer_config_file }}
|
Loading…
Add table
Reference in a new issue