From a0764c0532ce7018097101a66af70abbe17b4df4 Mon Sep 17 00:00:00 2001 From: manoharkrishna Date: Thu, 28 Sep 2023 14:54:30 +0530 Subject: [PATCH] Removed the extra space --- .github/workflows/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index faf7525..edf1988 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -25,7 +25,7 @@ jobs: echo "PROD_ADDON_URL=https://kibbutz.testsigma.com" >> $GITHUB_ENV echo "GIT_BRANCH=dev" >> $GITHUB_ENV - - name : SSH repo access + - name: SSH repo access uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY}}