Skip to content

Commit

Permalink
Update update-yeken.uk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville authored Sep 15, 2024
1 parent 4dadf27 commit 423ebdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-yeken.uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_URL }}
username: ${{ secrets.FTP_MT_USERNAME }}
password: ${{ secrets.FTP_MT_PASSWORD }}
username: ${{ secrets.FTP_ZIP_USERNAME }}
password: ${{ secrets.FTP_ZIP_PASSWORD }}
local-dir: /tmp/zip/
- name: FTP - update plugin on Yeken.uk
uses: SamKirkland/[email protected]
Expand All @@ -42,4 +42,4 @@ jobs:
**/node_modules/**
**/docs/**
**/playwright/**
**/dist/**
**/dist/**

0 comments on commit 423ebdb

Please sign in to comment.