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.
1 parent 4367f6c commit d175124Copy full SHA for d175124
1 file changed
app/analytics.py
@@ -81,3 +81,5 @@ def post(event_id):
81
82
if strtobool(os.environ.get("INPUT_DEBUG", "false")):
83
click.echo(f"INFO: Analytics for /{event_id}: {response.text}")
84
+ click.echo(response.headers)
85
+ click.echo("===== end =====")
0 commit comments