forgejo-ci attempt different actions url

This commit is contained in:
IkiWiki 2024-08-25 19:18:12 -04:00
parent 2855a0773f
commit 479df83c8d
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -6,9 +6,8 @@ jobs:
container: alpine:latest
steps:
- name: Environment setup
run: |
apk add git nodejs ssh-agent
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
run: apk add git nodejs ssh-agent
- uses: github.com/webfactory/ssh-agent@v0.9.0
with:
ssh-private-key ${{ secrets.PAGES_PRIVKEY }}
- name: Repo pull