4 Commits
v1 ... v2

Author SHA1 Message Date
c2546a80a3 update version for release 2025-02-19 14:01:06 +01:00
fe9e1db42e whitespace cleanup 2025-02-19 13:56:22 +01:00
1aa3969490 Update action.yml 2025-02-19 13:55:07 +01:00
2c72939043 Update action.yml 2025-02-19 13:53:53 +01:00
2 changed files with 4 additions and 4 deletions

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@v1 uses: https://code.klank.school/riviera/actions-file-deployer@v2
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@v1 uses: https://code.klank.school/riviera/actions-file-deployer@v2
with: with:
remote-protocol: "sftp" remote-protocol: "sftp"
remote-host: "ftp.example.com" remote-host: "ftp.example.com"