This repository contains GitHub Action workflows to make it easy to automate your development pipeline.
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
- Preview Environment - Create preview environments as part of a pull request workflow.