Skip to content

Commit 08afb45

Browse files
authored
fix: prepare action for release (#1605)
* fix: prepare action for release Changing name of the action as apparently name should be unique. * chore: add changeset
1 parent da64c63 commit 08afb45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/prep-action.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@asyncapi/cli": patch
3+
---
4+
5+
Prepare github action for release

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Generator, Validator, Converter and others - all in one for your AsyncAPI docs'
2-
description: 'Use this action to generate docs or code from your AsyncAPI document. Use default templates or provide your custom ones.'
1+
name: 'AsyncAPI CLI Action'
2+
description: 'One stop solution for all your AsyncAPI Specification needs in github actions. Use this action to generate code, validate your AsyncAPI document, convert it to other formats, optimize it or run custom commands.'
33
inputs:
44
cli_version:
55
description: 'Version of AsyncAPI CLI to be used. This is only needed if you want to test with a specific version of AsyncAPI CLI. Default is latest which is also the recommended option.'

0 commit comments

Comments
 (0)