17 lines
324 B
YAML
17 lines
324 B
YAML
inputs:
|
|
ssh_priv:
|
|
description: SSH key to push to url
|
|
required: true
|
|
known_hosts:
|
|
description: content of ~/.ssh/known_hosts
|
|
required: true
|
|
url:
|
|
description: push destination
|
|
required: true
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Checkout
|
|
run: ${{ gitea.action_path }}/checkout.sh
|