Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 505 Bytes

GitHub Actions Workflows

This repository contains GitHub Action workflows to make it easy to automate your development pipeline.

Usage

Example use below, see documentation for more details on each workflow.

jobs:
  my_job:
    uses: skpr/gh-workflow/.github/workflows/workflow_file.yml@main
    with:
      input_a: abc
      input_b: def

Documentation