diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 56c29cf..900c48a 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: steps: - name: install needed packages 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 run: | mkdir -p ~/.ssh