diff options
author | Julien Dessaux | 2022-09-08 19:59:40 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-09-08 19:59:40 +0200 |
commit | d49bcbec73654fa6018274e9daf1314375b08363 (patch) | |
tree | b0a6bd3617f53485a7df7f3cb72b744eeed19ec7 /mirror-to-github/mirror-to-github.yaml | |
parent | Moved away from job parameters to command arguments (diff) | |
download | ev-scripts-d49bcbec73654fa6018274e9daf1314375b08363.tar.gz ev-scripts-d49bcbec73654fa6018274e9daf1314375b08363.tar.bz2 ev-scripts-d49bcbec73654fa6018274e9daf1314375b08363.zip |
Added mirror to github script and job
Diffstat (limited to '')
-rw-r--r-- | mirror-to-github/mirror-to-github.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mirror-to-github/mirror-to-github.yaml b/mirror-to-github/mirror-to-github.yaml new file mode 100644 index 0000000..d84ed98 --- /dev/null +++ b/mirror-to-github/mirror-to-github.yaml @@ -0,0 +1,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" |