update used actions to own mirror

This commit is contained in:
lookshe 2025-01-14 21:27:01 +01:00
parent 2ec14414bc
commit 6c8b7ce04d

View file

@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: install needed packages - name: install needed packages
run: apk update && apk add --no-cache rsync openssh-client nodejs git run: apk update && apk add --no-cache rsync openssh-client nodejs git
- uses: actions/checkout@v4 - uses: https://git.fucktheforce.de/actions/checkout@v4
- name: install ssh key - name: install ssh key
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh