From b9a73cba7115ee15f761b28256c6dd4038e4eef2 Mon Sep 17 00:00:00 2001 From: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:20:33 +0530 Subject: [PATCH] fix: action fixed (#488) --- .github/workflows/build-branch-ee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-branch-ee.yml b/.github/workflows/build-branch-ee.yml index cf3dbadd57..1dbf0ee800 100644 --- a/.github/workflows/build-branch-ee.yml +++ b/.github/workflows/build-branch-ee.yml @@ -112,7 +112,7 @@ jobs: if [ "${{ github.event_name }}" == "release" ]; then ssh-keygen -t ed25519 -m PEM -f monitor/prime.key -N "" else - echo ${{ secrets.DEFAULT_PRIME_PRIVATE_KEY }} > monitor/prime.key + echo "${{ secrets.DEFAULT_PRIME_PRIVATE_KEY }}" > monitor/prime.key fi echo "-----------------"