forgejo-ci attempt different actions url
This commit is contained in:
parent
2855a0773f
commit
479df83c8d
1 changed files with 2 additions and 3 deletions
|
@ -6,9 +6,8 @@ jobs:
|
|||
container: alpine:latest
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: |
|
||||
apk add git nodejs ssh-agent
|
||||
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
||||
run: apk add git nodejs ssh-agent
|
||||
- uses: github.com/webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key ${{ secrets.PAGES_PRIVKEY }}
|
||||
- name: Repo pull
|
||||
|
|
Loading…
Reference in a new issue