Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
1 parent bf2aa4e commit c9741c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,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}")

0 comments on commit c9741c7

Please sign in to comment.