Skip to content

Commit b87fff8

Browse files
committed
🐛 Fix github importer
1 parent 9362148 commit b87fff8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

importers/github.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ import:
3030
- >
3131
{{ .ID }} from https://github.com/
3232
{{ if .Data.additional | hasMatch ( cat ".+/" .ID ) }}
33-
{{ .Data.additional | findMatch (cat ".+/" .ID) }}
33+
{{ .Data.additional | findMatch (cat ".+/" .ID) }}
3434
{{ else }}
35-
{{ .Data.username }}/{{ .ID }}
35+
{{ .Data.username }}/{{ .ID }}
3636
{{ end}}
3737
3838
3939
- run: >
4040
gh repo clone
4141
{{ if .Data.additional | hasMatch (cat ".+/" .ID) }}
42-
{{ .Data.additional | findMatch (cat ".+/" .ID) }}
42+
{{ .Data.additional | findMatch (cat ".+/" .ID) }}
4343
{{ else }}
44-
{{ .Data.username }}/{{ .ID }}
44+
{{ .Data.username }}/{{ .ID }}
4545
{{ end }}
4646
. -- --depth 1

0 commit comments

Comments
 (0)