I am trying to deploy my Nest JS app to a digitalocean droplet using Github Actions. The job I run keeps failing at the "git pull" command – Ubuntu
My GitbHub action job keeps failing at the "git pull" script with the following error: err: fatal: could not read Username for 'https://github.com': No such device or address. Here's what my yaml file looks like name: Deploy to DigitalOcean on:…