You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rules/action.yml

20 lines
523 B
YAML

4 years ago
name: "Mirroring Repository"
description: "Mirror a repository to another repository on GitHub, GitLab, BitBucket, AWS CodeCommit, etc."
4 years ago
branding:
4 years ago
icon: "archive"
color: "blue"
4 years ago
inputs:
4 years ago
ssh_private_key:
description: "SSH private key for ssh connection to the target repository"
required: false
target_repo_url:
description: "Target url"
4 years ago
required: true
4 years ago
ssh_username:
description: "Username for ssh connection"
required: false
default: "git"
4 years ago
runs:
4 years ago
using: 'docker'
image: 'Dockerfile'