Skip to content

Commit 067bdc8

Browse files
committed
Fix typo
1 parent 1520581 commit 067bdc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Execute on server
2020
uses: appleboy/ssh-action@v1
2121
with:
22-
host: ${{ vars.SERVER_HOST}}
22+
host: ${{ vars.SERVER_HOST }}
2323
username: ${{ vars.SERVER_USER }}
2424
key: ${{ secrets.PRIVATE_KEY }}
2525
script: |

0 commit comments

Comments
 (0)