Commit 6faacd2d8546f246bb72c32387210ec188861b80

Authored by JinMao
1 parent 61aefcaa

fix: workflows

.github/workflows/ftp-schedule.yml
@@ -24,7 +24,7 @@ jobs: @@ -24,7 +24,7 @@ jobs:
24 - name: use Node.js 16 24 - name: use Node.js 16
25 uses: actions/setup-node@v3 25 uses: actions/setup-node@v3
26 with: 26 with:
27 - node-version: '16.x' 27 + node-version: 16
28 28
29 - name: Get yarn cache 29 - name: Get yarn cache
30 id: yarn-cache 30 id: yarn-cache
@@ -45,8 +45,6 @@ jobs: @@ -45,8 +45,6 @@ jobs:
45 45
46 - name: Deploy 46 - name: Deploy
47 uses: SamKirkland/FTP-Deploy-Action@4.3.2 47 uses: SamKirkland/FTP-Deploy-Action@4.3.2
48 - with:  
49 - node-version: '16.x'  
50 env: 48 env:
51 FTP_SERVER: ${{ secrets.FTP_SERVER }} 49 FTP_SERVER: ${{ secrets.FTP_SERVER }}
52 FTP_USERNAME: ${{ secrets.FTP_USERNAME }} 50 FTP_USERNAME: ${{ secrets.FTP_USERNAME }}