parent
479df83c8d
commit
134c39de72
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
run: apk add git nodejs ssh-agent
|
run: apk add git nodejs ssh-agent
|
||||||
- uses: github.com/webfactory/ssh-agent@v0.9.0
|
- uses: github.com/webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key ${{ secrets.PAGES_PRIVKEY }}
|
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue