From 8c58ca3646242e6479fe8a3ded4cdf5efe5b9411 Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Thu, 24 Aug 2023 15:41:30 +0200 Subject: [PATCH] Update action.yml --- action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index c84a790..d965102 100644 --- a/action.yml +++ b/action.yml @@ -21,8 +21,8 @@ runs: using: docker image: docker://git.fml128.ch/fml128/idkyet-builder:latest args: - _ ${{ inputs.layer_config_file }} - _ ${{ inputs.out_dir }} - _ ${{ inputs.version }} -# _ ${{ inputs.sb_db_key }} -# _ ${{ inputs.sb_db_pem }} + - ${{ inputs.layer_config_file }} + - ${{ inputs.out_dir }} + - ${{ inputs.version }} +# - ${{ inputs.sb_db_key }} +# - ${{ inputs.sb_db_pem }}