From b127a420755b97da01e7e31859c777b72b83f12e Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 28 Jun 2024 12:00:10 +0200 Subject: [PATCH] fix _ to - --- .github/workflows/run-k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-k8s.yml b/.github/workflows/run-k8s.yml index e63640961..b41283374 100644 --- a/.github/workflows/run-k8s.yml +++ b/.github/workflows/run-k8s.yml @@ -16,7 +16,7 @@ jobs: matrix: payload: - { name: "minimal", file: "./.github/tests/minimal.yaml" } - - { name: "network_params", file: "./network_params.yaml" } + - { name: "network-params", file: "./network_params.yaml" } runs-on: ubuntu-latest steps: - name: Checkout Repository