Skip to content

Commit

Permalink
Title has change on masterr push
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Nov 26, 2021
1 parent 74c6c2d commit 5e60feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v2

- name: 📂 Sync files
- name: 📂 Sync files for demo.wooproducttable.com
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
Expand All @@ -20,7 +20,7 @@ jobs:
server-dir: ${{ secrets.ftp_file_dir }}


- name: 📂 Sync files
- name: 📂 Sync files for try.wooproducttable.com
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v2

- name: 📂 Sync files
- name: 📂 Sync files for demo.wooproducttable.com
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
Expand All @@ -20,7 +20,7 @@ jobs:
server-dir: ${{ secrets.ftp_file_dir }}


- name: 📂 Sync files
- name: 📂 Sync files for try.wooproducttable.com
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
Expand Down

0 comments on commit 5e60feb

Please sign in to comment.