Skip to content

Commit a8e7e2e

Browse files
committed
fix: wrong scp action version
1 parent ba97d19 commit a8e7e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run build --if-present
2222

2323
- name: copy compiled assets to remote
24-
uses: appleboy/scp-action@v4
24+
uses: appleboy/scp-action@v1
2525
with:
2626
host: ${{ secrets.DEPLOY_HOST }}
2727
username: ${{ secrets.DEPLOY_USERNAME }}

0 commit comments

Comments
 (0)