forked from asyncapi/github-action-for-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare for archival (asyncapi#405)
* chore: prepare for archival Signed-off-by: Ashish Padhy <[email protected]> * fix: bundle has changed Signed-off-by: Ashish Padhy <[email protected]> * chore: remove action bump check due to sunset Signed-off-by: Ashish Padhy <[email protected]> --------- Signed-off-by: Ashish Padhy <[email protected]>
- Loading branch information
1 parent
7a1fb57
commit a013514
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,30 @@ | |
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
|
||
## Deprecation Notice | ||
> [!IMPORTANT] | ||
> This repository has been **deprecated**. The GitHub Action has been migrated to a new repository for better support and enhancements. | ||
> ### Migration Details | ||
> - The new repository: [asyncapi/cli](https://github.com/asyncapi/cli) | ||
> - Marketplace URL: [AsyncAPI CLI Action](https://github.com/marketplace/actions/asyncapi-cli-action) | ||
> ### What to Update: | ||
> - If you are using `asyncapi/github-action-for-cli` in your workflows, update it to `asyncapi/cli`. | ||
> - Docker-based actions require no changes, but versions are now synced with CLI releases. Refer to [Docker Hub](https://hub.docker.com/r/asyncapi/github-action-for-cli) for details. | ||
> ### Example Migration | ||
> #### Old Workflow: | ||
> ```yaml | ||
> - name: AsyncAPI CLI Action | ||
> uses: asyncapi/[email protected] | ||
> ``` | ||
> #### New Workflow: | ||
> ```yaml | ||
> - name: AsyncAPI CLI Action | ||
> uses: asyncapi/[email protected] | ||
>``` | ||
> For further details, stay tuned for official documentation and blog posts explaining the changes and outlining best practices. | ||
--- | ||
This action exposes the [AsyncAPI CLI](https://github.com/asyncapi/cli). It allows you to generate documentation, validate AsyncAPI documents, convert between different AsyncAPI versions and much more. | ||
## Inputs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters