Skip to content

Commit 75d1c16

Browse files
committed
[ci] use version in use action
1 parent 3b485a0 commit 75d1c16

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: NeuroJSON/SFTP-Deploy-Action
31+
uses: NeuroJSON/SFTP-Deploy-Action@1.2.5
3232
with:
3333
server: ${{ secrets.NEUROJ_SERVER }}
3434
username: ${{ secrets.NEUROJ_SERVER_USER }}

0 commit comments

Comments
 (0)