Ubuntu – github actions workflow – ssh into server, download single file via curl, unable to open file
I have a github workflow which is supposed to login via SSH into a remote server and then download the docker-compose file from a private github repository. I was first struggling to get the multi-line string syntax right for the…