Skip to content

Commit

Permalink
Update src/hermes/commands/init/github_permissions.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Pape <d.pape@hzdr.de>
  • Loading branch information
nheeb and zyzzyxdonta authored Sep 4, 2024
1 parent 688e17b commit 62a121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes/commands/init/github_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def allow_actions(project_url: str, token = ""):
response = requests.put(action_permissions_url, headers=headers, json=data)

if response.status_code in [204]:
print(f"Project settings updated successfully.")
print("Project settings updated successfully.")
else:
print(f"Failed to update project settings: {response.status_code} {response.text}")

0 comments on commit 62a121a

Please sign in to comment.