Skip to content

A template repository for reusable workflows under Belp.

License

Notifications You must be signed in to change notification settings

Arthri/reusable-workflow-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reusable-workflow

A reusable workflow for doing x, y, and z.

Installation

Add a new workflow under .github/workflows/ with the following contents.

name: New Reusable Workflow
run-name: New Reusable Workflow

on:
  push:

jobs:
  reusable-workflow:
    uses: Arthri/reusable-workflow/.github/workflows/reusable-workflow.yml@v1

Usage

  1. Do this.
  2. Do that.
  3. This happens.