From 4687f703fd7bdaae7764f35478173cdc453dcdcc Mon Sep 17 00:00:00 2001 From: Riviera Taylor Date: Wed, 19 Feb 2025 14:31:16 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e80b33d..c8ca37f 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: https://code.klank.school/riviera/actions-file-deployer@v3 + uses: https://code.klank.school/riviera/actions-file-deployer@v4 with: remote-protocol: "sftp" remote-host: "ftp.example.com" @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: "Deploy" - uses: https://code.klank.school/riviera/actions-file-deployer@v3 + uses: https://code.klank.school/riviera/actions-file-deployer@v4 with: remote-protocol: "sftp" remote-host: "ftp.example.com" @@ -100,7 +100,7 @@ jobs: | ftp-post-sync-commands | no | | Additionnal FTP command to run after sync | | webhook | no | | Send webhook event notifications | | artifacts | no | false | Upload logs/files to artifacts (true, false) | -| debug | no | false | Publish secrets on the internet (true, false) | +| debug | no | false(!)| Publish secrets on the internet (true, false) | ### Notes @@ -132,7 +132,7 @@ jobs: "workflow": "workflow name", "job": "deploy", "run_id": "1234567890", - "ref": "refs/heads/master", + "ref": "refs/heads/main", "event_name": "push", "actor": "username", "message": "commit message", @@ -148,7 +148,7 @@ jobs: "workflow": "workflow name", "job": "deploy", "run_id": "1234567890", - "ref": "refs/heads/master", + "ref": "refs/heads/main", "event_name": "push", "actor": "username", "message": "commit message",