FTP-Deploy-Action icon indicating copy to clipboard operation
FTP-Deploy-Action copied to clipboard

sync is not working

Open sadiqueamt opened this issue 1 year ago • 2 comments

Every time it's showing 0 files changes...

Making changes to 0 files to sync server state
Uploading: 0 B -- Deleting: 0 B -- Replacing: 0 B

sadiqueamt avatar May 17 '23 05:05 sadiqueamt

Please follow the issue template and comment with the following:

My Action Config

on: push
name: Publish Website
jobs:
  web-deploy:
    name: 🚀 Deploy website every commit
    # !!!!!!! TODO Fill Out !!!!!!!

My Action Log

   # Paste Log here
   # you may want enable verbose logging with   log-level: verbose

SamKirkland avatar May 17 '23 16:05 SamKirkland

i solved it by adding this step first

steps:
    - name: 🚚 Get latest code
      uses: actions/checkout@v3

andersoncoimbra avatar Jun 29 '23 02:06 andersoncoimbra