From fc45140bf113087d0a764a01ca477b7fb6c61497 Mon Sep 17 00:00:00 2001 From: Yuta Imai Date: Tue, 23 Jul 2024 05:40:35 +0000 Subject: [PATCH] fix typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a88ab1b..eac42f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,4 +16,4 @@ jobs: - run: npm run installAll - run: npm run build - run: npm test - - run: npx cdk synth --context deploySoracomImageSource=1 --context harvestFilesPath=test \ No newline at end of file + - run: npx cdk synth --context deploySoracamImageSource=1 --context harvestFilesPath=test \ No newline at end of file