From 6169a7b5fa7a6347f795d05ca428efe28e05ef01 Mon Sep 17 00:00:00 2001 From: jungle Date: Fri, 17 Nov 2023 11:26:58 +0000 Subject: [PATCH] custom action --- .github/actions/swagger-codegen/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/swagger-codegen/action.yml b/.github/actions/swagger-codegen/action.yml index 6f25aaf..00431ed 100644 --- a/.github/actions/swagger-codegen/action.yml +++ b/.github/actions/swagger-codegen/action.yml @@ -16,14 +16,15 @@ runs: - ${{ inputs.output }} - '-DpackageName=src.cudo_compute' inputs: - language: - description: Swagger language - required: true input: description: Swagger file required: true action: description: swagger-codegen-cli action required: true + output: + description: output directory + required: true +