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
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: static-site
|
name: static-site
|
||||||
- name: Setup ssh
|
- id: ssh-setup
|
||||||
uses: ./.forgejo/workflows/ssh-setup@main
|
uses: ./.forgejo/local-action
|
||||||
with:
|
with:
|
||||||
DEPLOY_HOST: $DEPLOY_HOST
|
DEPLOY_HOST: $DEPLOY_HOST
|
||||||
SSH_KNOWN_HOSTS: $SSH_KNOWN_HOSTS
|
SSH_KNOWN_HOSTS: $SSH_KNOWN_HOSTS
|
||||||
|
|
Loading…
Reference in a new issue