From bc0d22fb89d4a2f9969e6e8077a23e63590db606 Mon Sep 17 00:00:00 2001 From: Riviera Taylor Date: Wed, 19 Feb 2025 13:35:01 +0100 Subject: [PATCH] fourth commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49f32fb..93dbdfe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content with: fetch-depth: 0 - name: "Deploy" - uses: riviera/actions-file-deployer@main + uses: https://code.klank.school/riviera/actions-file-deployer@v1 with: remote-protocol: "sftp" remote-host: "ftp.example.com" @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: "Deploy" - uses: riviera/actions-file-deployer@main + uses: https://code.klank.school/riviera/actions-file-deployer@v1 with: remote-protocol: "sftp" remote-host: "ftp.example.com"