validate
This commit is contained in:
parent
1af3a795de
commit
83a6f6287c
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.idea
|
|
@ -8,7 +8,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Verify image
|
- name: Validate image
|
||||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031700
|
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031700
|
||||||
with:
|
with:
|
||||||
args: verify ${{ inputs.layer_config_file }}
|
args: validate ${{ inputs.layer_config_file }}
|
Loading…
Add table
Reference in a new issue