Skip to content

Commit 3b485a0

Browse files
committed
[ci] use locally forked scp action
1 parent 94c69ef commit 3b485a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Copy package to server
3030
if: ${{ github.repository_owner == 'fangq' && github.event_name != 'pull_request'}}
31-
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
31+
uses: NeuroJSON/SFTP-Deploy-Action
3232
with:
3333
server: ${{ secrets.NEUROJ_SERVER }}
3434
username: ${{ secrets.NEUROJ_SERVER_USER }}

0 commit comments

Comments
 (0)