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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue