From e223cdc5e9a878b1663c88fd08aefe6accb76011 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 17 Oct 2024 12:20:25 +0200 Subject: [PATCH] now with some context --- tools/pycafe/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pycafe/test.py b/tools/pycafe/test.py index b92d13611..eb3e41c16 100644 --- a/tools/pycafe/test.py +++ b/tools/pycafe/test.py @@ -45,5 +45,5 @@ # Create the status on the commit commit = repo.get_commit(commit_sha) -commit.create_status(state=state) # , target_url=url, description=description, context=context) +commit.create_status(state=state , target_url=url, description=description, context=context) print(f"Deployment status added to commit {commit_sha}")