Skip to content

Commit adc8226

Browse files
authored
Fix indentation
1 parent 698bae3 commit adc8226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: webfactory/ssh-agent@v0.5.3
15-
with:
16-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }
15+
with:
16+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
1717

1818
- name: Execute the build
1919
run: .github/build.sh

0 commit comments

Comments
 (0)