Skip to content

Commit 2e99496

Browse files
authored
fixed typo in deploy action
1 parent 3158409 commit 2e99496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
host: ${{ secrets.HOST }}
1515
key: ${{ secrets.SSH_KEY }}
16-
script: ${{secrtets.REPO_PATH}} deploy.sh -b main
16+
script: ${{ secrets.REPO_PATH }} deploy.sh -b main

0 commit comments

Comments
 (0)