Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d39e13270c3f0d16e2cf6777726fd174fbf328c7
Authored by
JinMao
2022-10-13 08:20:32 +0800
1 parent
5cabd4a6
fix: workflows
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/ftp-schedule.yml
.github/workflows/ftp-schedule.yml
View file @
d39e132
...
...
@@ -45,7 +45,7 @@ jobs:
45
45
46
46
- name: Deploy
47
47
uses: SamKirkland/FTP-Deploy-Action@4.3.2
48
-
env
:
48
+
with
:
49
49
server: ${{ secrets.FTP_SERVER }}
50
50
username: ${{ secrets.FTP_USERNAME }}
51
51
password: ${{ secrets.FTP_PASSWORD }}
...
...