mirror/action.yaml

17 lines
324 B
YAML
Raw Normal View History

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:
- name: Checkout
run: ${{ gitea.action_path }}/checkout.sh