Error: The process '/usr/bin/git' failed with exit code 8
Bug Description
I have being getting this error and i can't find a way to fix it, please help
My Action Config
name: Deploy to cPanel
on:
push:
branches:
- main
jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
# Deploy to cPanel
- name: FTP-Deploy-Action
uses: SamKirkland/[email protected]
with:
ftp-server: ${{ secrets.FTP_SERVER }}
ftp-username: ${{ secrets.FTP_USERNAME }}
ftp-password: ${{ secrets.FTP_PASSWORD }}
Also can confirm that this is still reproducible.
I'm facing same issue
Any news on this one? Also, facing this issue.
Duplicate of #367.
same issue..
Hi Is there an update on this one? I still got the same error Error: The process '/usr/bin/git' failed with exit code 8
I have also tried the v3.1.2-patch but still not working. I am using an sftp connection. Is there a workaround on this one?
i ran into this. I changed our scripts from "SamKirkland/[email protected]" to "SamKirkland/[email protected]", then updated the "with:" parameters to the new ones and it fixed my problem.
i ran into this. I changed our scripts from "SamKirkland/[email protected]" to "SamKirkland/[email protected]", then updated the "with:" parameters to the new ones and it fixed my problem.
Are you using SFTP or just FTP?
Just FTP