Milan Kaneria
Milan Kaneria
@mattlag Thank you for providing action logs. It the same workflow did ran properly then I am guessing it was a temporary glitch with action runner.
You should have an input for workflow_dispatch like shown in the readme workflow example. ``` workflow_dispatch: inputs: sync: description: "File synchronization" required: true default: "delta" ```
@thomasmillercf I agree with your reasoning with having one way of defining the default. Have merged the changes in #44 and sorry for not approving your PR on time.
Could you please share the action log where files not uploaded.
`sync-delta-excludes` generated fatal error so no files were transferred. Make sure it adheres to [pathspec](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec).
AFAIK, excluding non existent files in pathspec should not generate fatal error. I would suggest to run the same GIT command locally using pathspec and do some trial and error.
I believe your issue is resolved too based on fixes done for #24 and fixed in version 1.13.
For point 2., I will suggest enabling the debug mode `debug: true` so that it will output more verbosely about the verification process.
Thank you for your contribution. Will test it thoroughly before merging it to master.
`Peer closed connection` Seems like your FTP credentials are not correct.