From c17fe0a96b76dceb92f3982b24873f4b371e57a6 Mon Sep 17 00:00:00 2001 From: jungle Date: Fri, 17 Nov 2023 11:10:43 +0000 Subject: [PATCH] custom action --- .github/actions/swagger-codegen/action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/swagger-codegen/action.yml b/.github/actions/swagger-codegen/action.yml index 5660ff1..d726285 100644 --- a/.github/actions/swagger-codegen/action.yml +++ b/.github/actions/swagger-codegen/action.yml @@ -6,7 +6,7 @@ branding: color: green runs: using: 'docker' - image: 'docker://swaggerapi/swagger-codegen-cli-v3' + image: 'docker://swaggerapi/swaggerapi/swagger-codegen-cli:2.4.32' args: - ${{ inputs.action }} - '-i' @@ -22,4 +22,6 @@ inputs: required: true action: description: swagger-codegen-cli action - required: true \ No newline at end of file + required: true + +