An open API service indexing awesome lists of open source software.

https://github.com/khulnasoft-lab/shared-workflows


https://github.com/khulnasoft-lab/shared-workflows

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# KhulnaSoft Shared GitHub Actions Workflows

GitHub Actions shared within the `khulnasoft-lab` organization.

To use one of these workflows:

```yaml
jobs:
call-workflow-passing-data:
uses: khulnasoft-lab/shared-workflows/.github/workflows/reusable-workflow.yml@main
secrets: inherit
```