actions fix typo
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 11s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 11s
This commit is contained in:
parent
bb8dc9f529
commit
4cbc17e9aa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
run: apt-update && apt install -y rsync
|
run: apt update && apt install -y rsync
|
||||||
|
|
||||||
- name: Deploy via rsync
|
- name: Deploy via rsync
|
||||||
uses: https://github.com/burnett01/rsync-deployments@6.0.0
|
uses: https://github.com/burnett01/rsync-deployments@6.0.0
|
||||||
|
|
Loading…
Reference in a new issue