We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e297a19 commit 5830012Copy full SHA for 5830012
src/main/java/io/kestra/plugin/git/Clone.java
@@ -38,7 +38,7 @@
38
tasks:
39
- id: clone
40
type: io.kestra.plugin.git.Clone
41
- url: https://github.com/dbt-labs/jaffle_shop
+ url: https://github.com/kestra-io/blueprints
42
branch: main
43
"""
44
),
@@ -55,7 +55,7 @@
55
56
57
58
- url: https://github.com/kestra-io/examples
59
60
username: git_username
61
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
0 commit comments