https://github.com/driesvints/github-workflows
A repository with re-usable GitHub workflows
https://github.com/driesvints/github-workflows
Last synced: about 1 month ago
JSON representation
A repository with re-usable GitHub workflows
- Host: GitHub
- URL: https://github.com/driesvints/github-workflows
- Owner: driesvints
- License: mit
- Created: 2025-10-03T06:53:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T07:18:39.000Z (6 months ago)
- Last Synced: 2025-10-03T08:40:40.107Z (6 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Workflows
This repository contains reusable GitHub Actions workflows that can be referenced in your own repositories.
## How to Use
To use a reusable workflow from this repository, reference it in your workflow file using the following syntax:
```yaml
name: My Workflow
on:
push:
branches: [main]
jobs:
call-reusable-workflow:
uses: driesvints/github-workflows/.github/workflows/WORKFLOW_NAME.yml@main
```
Replace `WORKFLOW_NAME.yml` with the name of a workflow from below, and optionally replace `@main` with a specific tag or commit SHA for more stability.
## Available Workflows
Workflows will be added here as they become available.