fix: Rename ssh to openssh
This commit is contained in:
parent
b703c0d4de
commit
200eeee0fc
|
@ -4,7 +4,7 @@ name: api
|
|||
|
||||
steps:
|
||||
- name: "Sync upstream to local"
|
||||
image: nixery.dev/shell/git/ssh
|
||||
image: nixery.dev/shell/git/openssh
|
||||
environment:
|
||||
GITEA_SSH_KEY:
|
||||
from_secret: gitea_ssh_key
|
||||
|
@ -22,7 +22,7 @@ steps:
|
|||
- git push origin devos
|
||||
|
||||
- name: "Sync core with upstream"
|
||||
image: nixery.dev/shell/git/ssh
|
||||
image: nixery.dev/shell/git/openssh
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
|
|
Loading…
Reference in a new issue