We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9362148 commit b87fff8Copy full SHA for b87fff8
importers/github.yaml
@@ -30,17 +30,17 @@ import:
30
- >
31
{{ .ID }} from https://github.com/
32
{{ if .Data.additional | hasMatch ( cat ".+/" .ID ) }}
33
- {{ .Data.additional | findMatch (cat ".+/" .ID) }}
+ {{ .Data.additional | findMatch (cat ".+/" .ID) }}
34
{{ else }}
35
- {{ .Data.username }}/{{ .ID }}
+ {{ .Data.username }}/{{ .ID }}
36
{{ end}}
37
38
39
- run: >
40
gh repo clone
41
{{ if .Data.additional | hasMatch (cat ".+/" .ID) }}
42
43
44
45
{{ end }}
46
. -- --depth 1
0 commit comments