2024-11-18 10:26:37 +00:00
|
|
|
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:
|
2024-11-18 10:31:01 +00:00
|
|
|
- name: Mirror
|
|
|
|
run: ${{ gitea.action_path }}/mirror.sh
|