local actions
This commit is contained in:
parent
1fe4eefef4
commit
357dfca282
2 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: static-site
|
||||
- name: Setup ssh
|
||||
uses: ./.forgejo/workflows/ssh-setup@main
|
||||
- id: ssh-setup
|
||||
uses: ./.forgejo/local-action
|
||||
with:
|
||||
DEPLOY_HOST: $DEPLOY_HOST
|
||||
SSH_KNOWN_HOSTS: $SSH_KNOWN_HOSTS
|
||||
|
|
Loading…
Reference in a new issue