Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Templates repository

Hosts the reusable workflows available to all repositories in the organization

Sample

For an example of a workflow that references a reusable workflow, see the starter-template workflow located at https://github.com/msfred/.github/blob/main/workflow-templates/react-cicd.yml.

Usage

jobs:
  # Build React app
  build:
    name: Build React app
    uses: msfred/templates/.github/workflows/build-react.yml@main
    with:
      project: MyReactApp
    secrets:
      token: ${{ secrets.token }}

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors