Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

rsync: link_stat "/github/workspace/***@" failed: No such file or directory (2) #4

@404-error-404

Description

@404-error-404

Hello.
I have a problem:

rsync: link_stat "/github/workspace/***@" failed: No such file or directory (2)
***
***
***
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]

And my config file is:

- name: Deploy to Server
  uses: AEnterprise/rsync-deploy@v1.0
  env:
    DEPLOY_KEY: ${{ secrets.CREATIVE_KEY }} 
    ARGS: -avz --delete --exclude='*.pyc'
    SERVER_PORT: "22"
    FOLDER: ./
    SERVER_IP: ${{ secrets.CREATIVE_HOST }}
    USERNAME: ${{ secrets.CREATIVE_USERNAME }}
    SERVER_DESTINATION: /home/***/***/

Although the files will be synced to the server, Github Actions will report an error. Thank you for pay attention to my question!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions