https://github.com/khulnasoft-lab/shared-workflows
https://github.com/khulnasoft-lab/shared-workflows
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft-lab/shared-workflows
- Owner: khulnasoft-lab
- Created: 2023-09-12T07:29:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T14:22:39.000Z (5 months ago)
- Last Synced: 2025-01-26T14:09:06.543Z (4 months ago)
- Language: Go
- Size: 250 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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
```