Skip to content

A repository with re-usable GitHub workflows

License

Notifications You must be signed in to change notification settings

driesvints/github-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

About

A repository with re-usable GitHub workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •