@@ -41,7 +41,7 @@ Sample usage:
41
41
42
42
``` yaml
43
43
- name : Generating HTML from my AsyncAPI document
44
- uses : asyncapi/github-action-for-cli@v3.0.2 # You can use any version you want
44
+ uses : asyncapi/github-action-for-cli@v3.1.1 # You can use any version you want
45
45
with :
46
46
custom_command : bundle ./asyncapi.yaml --output final-asyncapi.yaml
47
47
` ` `
@@ -104,7 +104,7 @@ In case all defaults are fine for you, just add such step:
104
104
105
105
` ` ` yaml
106
106
- name: Generating Markdown from my AsyncAPI document
107
- uses: asyncapi/github-action-for-cli@v3.0.2 # You can use any version you want
107
+ uses: asyncapi/github-action-for-cli@v3.1.1 # You can use any version you want
108
108
` ` `
109
109
110
110
# ## Using all possible inputs
@@ -113,7 +113,7 @@ In case you do not want to use defaults, you for example want to use different t
113
113
114
114
` ` ` yaml
115
115
- name: Generating HTML from my AsyncAPI document
116
- uses: asyncapi/github-action-for-cli@v3.0.2 # You can use any version you want
116
+ uses: asyncapi/github-action-for-cli@v3.1.1 # You can use any version you want
117
117
with:
118
118
command: generate
119
119
filepath: ./docs/api/asyncapi.yaml
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
#In case you do not want to use defaults, you for example want to use different template
147
147
- name: Generating HTML from my AsyncAPI document
148
- uses: asyncapi/github-action-for-cli@v3.0.2 # You can use any version you want
148
+ uses: asyncapi/github-action-for-cli@v3.1.1 # You can use any version you want
149
149
with:
150
150
template: '@asyncapi/[email protected] ' #In case of template from npm, because of @ it must be in quotes
151
151
filepath: docs/api/my-asyncapi.yml
@@ -182,7 +182,7 @@ jobs:
182
182
uses: actions/checkout@v2
183
183
184
184
- name: Generating models from my AsyncAPI document
185
- uses: asyncapi/github-action-for-cli@v3.0.2 # You can use any version you want
185
+ uses: asyncapi/github-action-for-cli@v3.1.1 # You can use any version you want
186
186
with:
187
187
command: generate
188
188
filepath: docs/api/my-asyncapi.yml
@@ -210,7 +210,7 @@ jobs:
210
210
uses: actions/checkout@v2
211
211
212
212
- name: Validating AsyncAPI document
213
- uses: asyncapi/github-action-for-cli@v3.0.2 # You can use any version you want
213
+ uses: asyncapi/github-action-for-cli@v3.1.1 # You can use any version you want
214
214
with:
215
215
command: validate
216
216
filepath: docs/api/my-asyncapi.yml
0 commit comments