Skip to content

Commit

Permalink
chore: update workflow name in build tag (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh176 authored May 15, 2024
1 parent 681ea80 commit d2e9cdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="#">
<img alt="PyPI version" src="https://badge.fury.io/py/zango.svg"></a>
<a href="#">
<img alt="Build" src="https://img.shields.io/github/actions/workflow/status/Healthlane-Technologies/zelthy3/docs.yml?branch=main"></a>
<img alt="Build" src="https://img.shields.io/github/actions/workflow/status/Healthlane-Technologies/zango/sync-docs-to-docs-hub.yml?branch=main"></a>
<a href="https://opensource.org/licenses/Apache-2.0" target="_blank">
<img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-blue.svg"> </a>
</p>
Expand Down Expand Up @@ -43,7 +43,7 @@
#### App Panel - Central hub to manage all your apps/ microservices
Perform tasks such as configuring permissions, managing user roles, and much more.

![Zango App Panel](https://github.com/Healthlane-Technologies/zelthy3/assets/22682748/b593a821-ec1d-4082-a590-e5ed52cb0c28)
![Zango App Panel](https://github.com/Healthlane-Technologies/zango/assets/22682748/b593a821-ec1d-4082-a590-e5ed52cb0c28)

#### Drastically reduce your infrastructural and operational overheads, hosting multiple apps/ microservices on a single deployment:

Expand Down
4 changes: 2 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="#">
<img alt="PyPI version" src="https://badge.fury.io/py/zango.svg"></a>
<a href="#">
<img alt="Build" src="https://img.shields.io/github/actions/workflow/status/Healthlane-Technologies/zelthy3/docs.yml?branch=main"></a>
<img alt="Build" src="https://img.shields.io/github/actions/workflow/status/Healthlane-Technologies/zango/sync-docs-to-docs-hub.yml?branch=main"></a>
<a href="https://opensource.org/licenses/Apache-2.0" target="_blank">
<img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-blue.svg"> </a>
</p>
Expand Down Expand Up @@ -43,7 +43,7 @@
#### App Panel - Central hub to manage all your apps/ microservices
Perform tasks such as configuring permissions, managing user roles, and much more.

![Zango App Panel](https://github.com/Healthlane-Technologies/zelthy3/assets/22682748/b593a821-ec1d-4082-a590-e5ed52cb0c28)
![Zango App Panel](https://github.com/Healthlane-Technologies/zango/assets/22682748/b593a821-ec1d-4082-a590-e5ed52cb0c28)

#### Drastically reduce your infrastructural and operational overheads, hosting multiple apps/ microservices on a single deployment:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Async tasks in Zango can be manually triggered from any part of your application
from zango.core.tasks import zango_task_executor
```

- **Call the Task Executor Function**:
- ** Call the Task Executor Function**:
Call the `zango_task_executor.delay()` function and pass the required parameters. This function takes various arguments to specify the task to be executed and its parameters.

```python
Expand Down

0 comments on commit d2e9cdf

Please sign in to comment.