Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push
What part(s) of the article would you like to see updated?
The example event payload for push events has a base_ref property (refs/heads/main in the example). This property doesn't seem to exist when I have push triggers in my workflows.
Additional information
This issue was reported by @LayZeeDK.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push
What part(s) of the article would you like to see updated?
The example event payload for push events has a
base_refproperty (refs/heads/mainin the example). This property doesn't seem to exist when I have push triggers in my workflows.Additional information
This issue was reported by @LayZeeDK.