Closed larsks closed 1 year ago
CI was failing with:
/home/runner/work/_temp/73280f52-22ef-4599-a99e-399f049eb74d.sh: line 2: ./ci/validate-manifests.sh: No such file or directory
This commit renames ./ci/validate_manifests.sh to ./ci/validate-manifests.sh so that it matches the workflow's expectations.
./ci/validate_manifests.sh
./ci/validate-manifests.sh
CI was failing with:
This commit renames
./ci/validate_manifests.sh
to./ci/validate-manifests.sh
so that it matches the workflow's expectations.