Skip to content

Commit 17a1bae

Browse files
committed
fix error
1 parent b128644 commit 17a1bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hexo-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Deploy to FTP Server
7070
run: |
7171
ftp -n ${{ secrets.FTP_HOST }} <<END_SCRIPT
72-
quote USER ${{{ secrets.FTP_USERNAME }}}
73-
quote PASS ${{{ secrets.FTP_PASSWORD }}}
72+
quote USER ${{ secrets.FTP_USERNAME }}
73+
quote PASS ${{ secrets.FTP_PASSWORD }}
7474
binary
7575
cd /wwwroot/
7676
del *

0 commit comments

Comments
 (0)