forgejo-ci: typo
Some checks failed
/ deploy (push) Failing after 15s

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

View file

@ -9,7 +9,7 @@ jobs:
run: apk add git nodejs ssh-agent
- uses: github.com/webfactory/ssh-agent@v0.9.0
with:
ssh-private-key ${{ secrets.PAGES_PRIVKEY }}
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
- name: Repo pull
uses: actions/checkout@v4
with: