Skip to content

Commit

Permalink
custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Nov 17, 2023
1 parent d62cd5b commit c17fe0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/swagger-codegen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -22,4 +22,6 @@ inputs:
required: true
action:
description: swagger-codegen-cli action
required: true
required: true


0 comments on commit c17fe0a

Please sign in to comment.