From 0d9536be0f83ee8772929467bbaf319931f05e87 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 3 Sep 2024 19:13:23 -0700 Subject: [PATCH] another test of fixed quoters --- .gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 921fc87..32adc0c 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Setup ssh agent run: eval $(ssh-agent -s) - name: Add private key to agent - run: echo ${{ secrets.PRIVATE_KEY }} | ssh-add - > /dev/null + run: echo "${{ secrets.PRIVATE_KEY }}" | ssh-add - > /dev/null - name: Create tmp .ssh directory run: mkdir -p ~/.ssh - name: Ensure perms on tmp .ssh directory