Skip to content

Commit

Permalink
chore: prepare for archival (asyncapi#405)
Browse files Browse the repository at this point in the history
* 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
Shurtu-gal authored Jan 22, 2025
1 parent 7a1fb57 commit a013514
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export GITHUB_WORKSPACE = $(shell pwd)
run:
@bash ./entrypoint.sh $(DEFAULT_VERSION) $(DEFAULT_COMMAND) $(TEST_FILEPATH) $(DEFAULT_TEMPLATE) $(DEFAULT_LANGUAGE) $(DEFAULT_OUTPUT) $(DEFAULT_PARAMETERS) $(DEFAULT_CUSTOM_COMMANDS)

test: test-default test-validate-success test-custom-output test-custom-commands test-optimize test-bundle test-convert test-action-bump
test: test-default test-validate-success test-custom-output test-custom-commands test-optimize test-bundle test-convert

# Test cases

Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/bundle/asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ channels:
user/signedup:
subscribe:
message:
$ref: "./test/bundle/messages.yaml#/messages/UserSignedUp"
$ref: "messages.yaml#/messages/UserSignedUp"
2 changes: 1 addition & 1 deletion test/bundle/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ channels:
user/loggedOut:
subscribe:
message:
$ref: "./test/bundle/messages.yaml#/messages/UserLoggedOut"
$ref: "messages.yaml#/messages/UserLoggedOut"

0 comments on commit a013514

Please sign in to comment.