Davide Trainini

Results 12 comments of Davide Trainini

This has recently also happened to me. I wanted to minimize the window but I misclicked and accidentally called the person I was chatting with. Since I rarely make calls...

@jonoomph Sorry to bother you. Can you (or someone else) take a look at this PR to see if it is ok? If this is merged it would be very...

Hello everyone. Since this PR hasn't been merged yet and YouTube has added 8K recommended video bitrates in [their guide](https://support.google.com/youtube/answer/1722171?hl=en#zippy=%2Cbitrate) I thought it would also be useful to create profiles...

I think I have an idea on how to implement this. In the settings there could be an option to enter a "cosmetic changes mode" where users could make all...

Duplicate of #201 You could achieve what you want by using the `exclude` option in reverse. Try using: ```yaml name: Deployment on: push: branches: - main jobs: deploy: runs-on: ubuntu-latest...

>Is there any way to omit the initial full upload and to take only the affected files from the beginning? Unfortunately not, the initial upload must occur so this action...

What version of `SamKirkland/FTP-Deploy-Action` are you running? If you are using an older version, have you tried using the latest version of both `SamKirkland/FTP-Deploy-Action` and `actions/checkout`? The latest versions are...

Yes, it is possible. Try taking a look at [this page](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) which explains the workflow syntax. I think you will be able to do what you want by using the...

By default this action only uploads changed files to the server, unless you have set `dangerous-clean-slate` to `true`, so it shouldn't be necessary to create the state file manually or...

Try updating `actions/checkout` to `v4` and `SamKirkland/FTP-Deploy-Action` to `v4.3.5` and then try running the action again