Skip to content

Commit

Permalink
Fix image path in github validate yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed Apr 14, 2020
1 parent 1e2d289 commit 2381b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/event-interceptors/github-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: default
containers:
- name: validate
image: github.com/tektoncd/triggers/examples/event-interceptors/gh-validate
image: github.com/tektoncd/triggers/examples/event-interceptors
env:
- name: GITHUB_SECRET_TOKEN
valueFrom:
Expand Down

0 comments on commit 2381b78

Please sign in to comment.