File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/cmd/tknpac/generate/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ metadata:
1111 # The branch or tag we are targeting (ie: main, refs/tags/*)
1212 pipelinesascode.tekton.dev/on-target-branch: "<< .event.BaseBranch >>"
1313 << if .use_cluster_task >>
14- # If we wanted to use the git-clone task from hub we could specify the
14+ # If we want to use the git-clone task from hub we could specify the
1515 # annotation `pipelinesascode.tekton.dev/task annotation` and reference it
1616 # in the taskRef. Pipelines as Code when it sees this will grab it from hub
17- # and automatically use the latest version. right know by default we will
17+ # and automatically use the latest version. right now by default we will
1818 # use the `git-clone` ClusterTasks as shipped on this cluster.
1919 #
2020 # pipelinesascode.tekton.dev/task: "git-clone"
You can’t perform that action at this time.
0 commit comments