Skip to content
Snippets Groups Projects
Commit bb04ca36 authored by Hidde Beydals's avatar Hidde Beydals
Browse files

Pin `crdjsonschema` action to commit

Pinned to commit before https://github.com/fluxcd/pkg/pull/189

 due to
introduction faulty behavior.

Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
parent fc94b1af
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,10 @@ jobs:
- name: Build CRDs
run: |
kustomize build manifests/crds > all-crds.yaml
# Pinned to commit before https://github.com/fluxcd/pkg/pull/189 due to
# introduction faulty behavior.
- name: Generate OpenAPI JSON schemas from CRDs
uses: fluxcd/pkg//actions/crdjsonschema@main
uses: fluxcd/pkg//actions/crdjsonschema@49e26aa2ee9e734c3233c560253fd9542afe18ae
with:
crd: all-crds.yaml
output: schemas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment