Update README.md

This commit is contained in:
2025-02-19 14:31:16 +01:00
parent fbc73a8426
commit 4687f703fd

View File

@ -27,7 +27,7 @@ This is a composite Gitea Action (Linux runner) for deploying repository content
with: with:
fetch-depth: 0 fetch-depth: 0
- name: "Deploy" - name: "Deploy"
uses: https://code.klank.school/riviera/actions-file-deployer@v3 uses: https://code.klank.school/riviera/actions-file-deployer@v4
with: with:
remote-protocol: "sftp" remote-protocol: "sftp"
remote-host: "ftp.example.com" remote-host: "ftp.example.com"
@ -65,7 +65,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: "Deploy" - name: "Deploy"
uses: https://code.klank.school/riviera/actions-file-deployer@v3 uses: https://code.klank.school/riviera/actions-file-deployer@v4
with: with:
remote-protocol: "sftp" remote-protocol: "sftp"
remote-host: "ftp.example.com" remote-host: "ftp.example.com"
@ -100,7 +100,7 @@ jobs:
| ftp-post-sync-commands | no | | Additionnal FTP command to run after sync | | ftp-post-sync-commands | no | | Additionnal FTP command to run after sync |
| webhook | no | | Send webhook event notifications | | webhook | no | | Send webhook event notifications |
| artifacts | no | false | Upload logs/files to artifacts (true, false) | | 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 ### Notes
@ -132,7 +132,7 @@ jobs:
"workflow": "workflow name", "workflow": "workflow name",
"job": "deploy", "job": "deploy",
"run_id": "1234567890", "run_id": "1234567890",
"ref": "refs/heads/master", "ref": "refs/heads/main",
"event_name": "push", "event_name": "push",
"actor": "username", "actor": "username",
"message": "commit message", "message": "commit message",
@ -148,7 +148,7 @@ jobs:
"workflow": "workflow name", "workflow": "workflow name",
"job": "deploy", "job": "deploy",
"run_id": "1234567890", "run_id": "1234567890",
"ref": "refs/heads/master", "ref": "refs/heads/main",
"event_name": "push", "event_name": "push",
"actor": "username", "actor": "username",
"message": "commit message", "message": "commit message",