Revert "forgejo-ci attempt different actions url"
Some checks failed
/ deploy (push) Failing after 19s

This reverts commit 479df83c8d.
This commit is contained in:
IkiWiki 2024-08-25 19:19:16 -04:00
parent 134c39de72
commit 30927d337d
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

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