Update action.yml
This commit is contained in:
parent
dff01ffc31
commit
8c58ca3646
1 changed files with 5 additions and 5 deletions
10
action.yml
10
action.yml
|
@ -21,8 +21,8 @@ runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||||
args:
|
args:
|
||||||
_ ${{ inputs.layer_config_file }}
|
- ${{ inputs.layer_config_file }}
|
||||||
_ ${{ inputs.out_dir }}
|
- ${{ inputs.out_dir }}
|
||||||
_ ${{ inputs.version }}
|
- ${{ inputs.version }}
|
||||||
# _ ${{ inputs.sb_db_key }}
|
# - ${{ inputs.sb_db_key }}
|
||||||
# _ ${{ inputs.sb_db_pem }}
|
# - ${{ inputs.sb_db_pem }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue