From a884e36c389f7bf45c807b77d6347079ac8e4660 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Fri, 15 Nov 2024 19:21:33 -0500 Subject: [PATCH] Fix indentation closes #481 (#483) --- docs/03-github/04-builder.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index a51e8572..5d9f277a 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -623,10 +623,10 @@ using `sshPublicKeysDirectoryPath` and setting the `GIT_CONFIG_EXTENSIONS` envir ```yaml - uses: webfactory/ssh-agent@v0.8.0 with: - ssh-private-key: | - ${{ secrets.FIRST_KEY }} - ${{ secrets.NEXT_KEY }} - ${{ secrets.ANOTHER_KEY }} + ssh-private-key: | + ${{ secrets.FIRST_KEY }} + ${{ secrets.NEXT_KEY }} + ${{ secrets.ANOTHER_KEY }} - name: Prepare SSH config for unity builder run: |