Revert "forgejo-ci attempt different actions url"
Some checks failed
/ deploy (push) Failing after 19s
Some checks failed
/ deploy (push) Failing after 19s
This reverts commit 479df83c8d
.
This commit is contained in:
parent
134c39de72
commit
30927d337d
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ jobs:
|
||||||
container: alpine:latest
|
container: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add git nodejs ssh-agent
|
run: |
|
||||||
- uses: github.com/webfactory/ssh-agent@v0.9.0
|
apk add git nodejs ssh-agent
|
||||||
|
- uses: https://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
|
||||||
|
|
Loading…
Reference in a new issue