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 a5081dc commit b973abcCopy full SHA for b973abc
.tekton/update-dependencies.yaml
@@ -33,7 +33,7 @@ spec:
33
- name: git-clone
34
taskRef:
35
name: git-clone
36
- kind: ClusterTask
+ kind: Task
37
workspaces:
38
- name: output
39
workspace: source
@@ -138,7 +138,7 @@ spec:
138
- update-dockerfiles
139
140
name: github-open-pr
141
142
params:
143
- name: REPO_FULL_NAME
144
value: "$(params.repo_owner)/$(params.repo_name)"
@@ -220,7 +220,7 @@ spec:
220
- update-binaries
221
222
223
224
225
226
0 commit comments