From b0563973d948ebd08e69a9669ab9cd46ece368d6 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 19 Apr 2023 11:03:37 +0100 Subject: [PATCH] Fix cypress url secret --- .github/workflows/build-and-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index dc09538e5..92c80dcfe 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -155,7 +155,7 @@ jobs: run: npm install - name: Run cypress - run: npm run cy:run -- --env apiKey=${{ secrets.API_KEY }},url={{ secrets.URL }} + run: npm run cy:run -- --env apiKey=${{ secrets.API_KEY }},url=${{ secrets.URL }} - name: Upload artifacts if: ${{ failure() }}