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