From 5815971bd003e11ad4e2fe959533bc5ea9d81bf9 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Wed, 23 Oct 2024 14:55:20 +1100 Subject: [PATCH] chore: Fix command --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f92c8b8..15b952c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,10 +31,7 @@ jobs: BUILD_COMMAND: ${{ steps.set_command.outputs.command }} steps: - id: set_command - run: | - echo 'command<> "$GITHUB_OUTPUT" - echo 'echo "${{ secrets.CLUSTER_KEY }}" | base64 -d > cluster.key' >> "$GITHUB_OUTPUT" - echo 'EOF' >> "$GITHUB_OUTPUT" + run: echo "command='echo \"\${{ secrets.CLUSTER_KEY }}\" | base64 -d > cluster.key'" >> "$GITHUB_OUTPUT" build: name: Build and Push Docker Image needs: set-common-values