From 066eb7d5d0d4796d4d490fd1477cd09a872de475 Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Tue, 9 Apr 2024 13:34:07 -0700 Subject: [PATCH] correctly account for folder name difference --- .github/workflows/deploy-program.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-program.yml b/.github/workflows/deploy-program.yml index 3f97f616..6387f6d4 100644 --- a/.github/workflows/deploy-program.yml +++ b/.github/workflows/deploy-program.yml @@ -6,10 +6,10 @@ on: program: description: Program required: true - default: mpl-core + default: core type: choice options: - - mpl-core + - core cluster: description: Cluster environment required: true @@ -47,7 +47,7 @@ jobs: uses: ./.github/workflows/test-programs.yml secrets: inherit with: - program_matrix: '["${{ inputs.program }}"]' + program_matrix: '["mpl-${{ inputs.program }}"]' test_js: name: JS client