diff --git a/README.md b/README.md index 41e287b..49f32fb 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ This is a composite Gitea Action (Linux runner) for deploying repository content - Step runs messages categorized nicely in log groups - Run additional FTP commands after synchronization -![Workflow screenshot](./screenshot.png) - ## Usage ```yml @@ -29,7 +27,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content with: fetch-depth: 0 - name: "Deploy" - uses: milanmk/actions-file-deployer@master + uses: riviera/actions-file-deployer@main with: remote-protocol: "sftp" remote-host: "ftp.example.com" @@ -38,7 +36,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content remote-path: "/var/www/example.com" ``` -Workflow example `.github/workflows/main.yml`. +Workflow example `.gitea/workflows/main.yml`. ```yml name: Deploy Files @@ -67,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: "Deploy" - uses: milanmk/actions-file-deployer@master + uses: riviera/actions-file-deployer@main with: remote-protocol: "sftp" remote-host: "ftp.example.com" diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 9934484..0000000 Binary files a/screenshot.png and /dev/null differ