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

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