blob: d84ed98c5d5f774b2fb43adc05d61bb2bb9b7f20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name: "mirror-to-github"
steps:
- label: mirror
script:
path: "mirror-to-github.sh"
identities:
- github-mirror
parameters:
- name: repo
type: string
environment: REPO
default: "adyxax/non-existent"
|