This repository contains composite actions and reusable workflows used in Red Hat Chaos Engineering organization
All code examples need to be adapted to your existing or new workflow file in your .github/workflows
folder inside the repository where you want the workflow to run.
⁞
jobs:
⁞
⁞
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Create multi-node KinD cluster
uses: arcalot/actions/kind@main
⁞
It is a template that can be copied over to the root of the repository where the composite action is used and multi-node KinD cluster is needed.