Skip to content

Commit

Permalink
workflow done enable ttwo
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Nov 25, 2021
1 parent 8b01a72 commit 74c6c2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v2

# - name: 📂 Sync files
# uses: SamKirkland/[email protected]
# with:
# server: ${{ secrets.ftp_server }}
# username: ${{ secrets.ftp_username }}
# password: ${{ secrets.ftp_password }}
# server-dir: ${{ secrets.ftp_file_dir }}
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: ${{ secrets.ftp_file_dir }}


- name: 📂 Sync files
Expand Down

0 comments on commit 74c6c2d

Please sign in to comment.