Update README.md
This commit is contained in:
10
README.md
10
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",
|
||||
|
Reference in New Issue
Block a user