Skip to content

Commit

Permalink
Fix indentation closes #481 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux authored Nov 16, 2024
1 parent 7ffdb89 commit a884e36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/03-github/04-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@ using `sshPublicKeysDirectoryPath` and setting the `GIT_CONFIG_EXTENSIONS` envir
```yaml
- uses: webfactory/[email protected]
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: |
Expand Down

0 comments on commit a884e36

Please sign in to comment.