diff --git a/examples/v1/taskruns/beta/stepaction-git-resolver.yaml b/examples/v1/taskruns/beta/stepaction-git-resolver.yaml index 346f515be67..3bdaf7df327 100644 --- a/examples/v1/taskruns/beta/stepaction-git-resolver.yaml +++ b/examples/v1/taskruns/beta/stepaction-git-resolver.yaml @@ -6,11 +6,11 @@ metadata: spec: params: - name: pathInRepo - value: basic_step.yaml + value: stepaction/git-clone/0.1/git-clone.yaml - name: revision value: main - name: repoUrl - value: https://github.com/chitrangpatel/repo1M.git + value: https://github.com/tektoncd/catalog.git TaskSpec: steps: - name: action-runner @@ -23,3 +23,10 @@ spec: value: $(params.revision) - name: pathInRepo value: $(params.pathInRepo) + params: + - name: url + value: https://github.com/kelseyhightower/nocode + - name: revision + value: master + - name: output-path + value: /workspace