We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github_event
1 parent cab1ff2 commit 09b5e5cCopy full SHA for 09b5e5c
octomachinery/routing/webhooks_dispatcher.py
@@ -118,9 +118,9 @@ async def route_github_event( # type: ignore[return] # FIXME
118
)
119
delivery_id_msg = (
120
'' if is_gh_action
121
- else ' (Delivery ID: ' # type: ignore[attr-defined]
+ else ' (Delivery ID: '
122
# FIXME: # pylint: disable=fixme
123
- f'{github_event.delivery_id!s})'
+ f'{github_event.delivery_id!s})' # type: ignore[attr-defined]
124
125
logger.debug(
126
'The payload of "%s" event%s is: %r',
0 commit comments