Skip to content

Commit

Permalink
fix: Fixed Github Sensor example and minor doc correction (#2373)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramin Akhbari <[email protected]>
  • Loading branch information
rakhbari authored and whynowy committed Jan 17, 2023
1 parent 09acbd1 commit e2e6de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Participation in the Argo Events project is governed by
the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

[Contributions](https://github.com/argoproj/argo-events/issues) are more than welcome, if you are interested take a look
at our [Contributing Guidelines](./CONTRIBUTING.md).
at our [Contributing Guidelines](./docs/CONTRIBUTING.md).

## License

Expand Down
4 changes: 2 additions & 2 deletions examples/sensors/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ spec:
eventName: example
filters:
data:
# Name of the event that triggered the delivery: [pull_request, push, yadayadayada]
# Type of Github event that triggered the delivery: [pull_request, push, issues, label, ...]
# https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads
- path: header.X-Github-Event
- path: headers.X-Github-Event
type: string
value:
- pull_request
Expand Down

0 comments on commit e2e6de2

Please sign in to comment.