Skip to content

Commit

Permalink
now with some context
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
1 parent 0c90674 commit e223cdc
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 @@ -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}")

0 comments on commit e223cdc

Please sign in to comment.