From bd4a211c6c693ccec191db035ec4fe3ca97a5f46 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 9 Jul 2023 05:43:12 +0000 Subject: [PATCH] fix(ci): typo. --- .github/workflows/build-and-deploy-by-ftp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-by-ftp.yaml b/.github/workflows/build-and-deploy-by-ftp.yaml index e47e35a..99e6a4a 100644 --- a/.github/workflows/build-and-deploy-by-ftp.yaml +++ b/.github/workflows/build-and-deploy-by-ftp.yaml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚚 Get latest code - uses: https://github.comactions/checkout@v3 + uses: https://github.com/actions/checkout@v3 - - uses: https://github.comactions/setup-node@v3 + - uses: https://github.com/actions/setup-node@v3 with: node-version: 16 @@ -24,7 +24,7 @@ jobs: - run: npm run export - name: 📂 Sync files - uses: https://github.comSamKirkland/FTP-Deploy-Action@v4.3.4 + uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4 with: server: ${{ secrets.ftp_server }} username: ${{ secrets.ftp_username }}