Fix pull step
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
Matěj Divecký 2024-12-02 15:42:24 +01:00
parent bdf9551bac
commit 3a8ab05391

View file

@ -7,7 +7,7 @@ jobs:
steps: steps:
- name: install requirements - name: install requirements
run: | run: |
apk add --no-cache nodejs npm openssh-client rsync apk add --no-cache nodejs npm openssh-client rsync git
- name: pull repo - name: pull repo