-
Notifications
You must be signed in to change notification settings - Fork 163
Clarify EventRef's data parameter is triggerEventRef's payload #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify EventRef's data parameter is triggerEventRef's payload #163
Conversation
Signed-off-by: Lucas Caparelli <lucas.caparelli112@gmail.com>
Signed-off-by: Lucas Caparelli <lucas.caparelli112@gmail.com>
[Apache License version 2.0](LICENSE). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder why both of your PRs include this change? Maybe some newline char issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's just an additional line break vim added automatically to the end of the file.
Using od
we can see the master branch has no line break:
╰─ od -c specification.md
# output omitted
0373300 W o r k f l o w s p e c i f
0373320 i c a t i o n o p e r a t e s
0373340 u n d e r t h e \n [ A p a c
0373360 h e L i c e n s e v e r s i
0373400 o n 2 . 0 ] ( L I C E N S E )
0373420 .
0373421
From this branch:
╰─ od -c specification.md
# output omitted
0373340 m d ) . \n \n # # L i c e n s e
0373360 \n \n S e r v e r l e s s W o r
0373400 k f l o w s p e c i f i c a t
0373420 i o n o p e r a t e s u n d
0373440 e r t h e \n [ A p a c h e L
0373460 i c e n s e v e r s i o n 2
0373500 . 0 ] ( L I C E N S E ) . \n
0373516
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Lucas Caparelli lucas.caparelli112@gmail.com
Many thanks for submitting your Pull Request ❤️!
Please specify parts this PR updates:
What this PR does / why we need it: Clarify that EventRef's
triggerEventRef
receives the EventRef'sdata
parameter as its payload.Special notes for reviewers:
Additional information (if needed): Suggestion of change from #161 discussion