Skip to content

Commit 5830012

Browse files
authored
change repo
1 parent e297a19 commit 5830012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/kestra/plugin/git/Clone.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
tasks:
3939
- id: clone
4040
type: io.kestra.plugin.git.Clone
41-
url: https://github.com/dbt-labs/jaffle_shop
41+
url: https://github.com/kestra-io/blueprints
4242
branch: main
4343
"""
4444
),
@@ -55,7 +55,7 @@
5555
tasks:
5656
- id: clone
5757
type: io.kestra.plugin.git.Clone
58-
url: https://github.com/kestra-io/examples
58+
url: https://github.com/kestra-io/blueprints
5959
branch: main
6060
username: git_username
6161
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"

0 commit comments

Comments
 (0)