Skip to content

Commit 000a8cb

Browse files
authored
CM-26624-update-readme (#6)
1 parent 53e7cce commit 000a8cb

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Sample config file:
3434
```
3535
[
3636
{
37-
"token": "<Github token with repo scope permission>",
38-
"provider": "Github",
37+
"token": "<GitHub token with repo scope permission>",
38+
"provider": "GitHub",
3939
"repositories": [
4040
{
4141
"repository_name": "my_repository",

docs/recovery_action.png

-7.22 KB
Loading

docs/status_checks_release.png

-3.76 KB
Loading

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
def validate_config_file():
4343
if not os.path.isfile(config_file):
44-
print("Files in /app directory:", os.listdir("/app"))
4544
return f"Could not find '{config_file}' file in the directory {os.getcwd()}"
4645
try:
4746
parsed_configs = pydantic.parse_file_as(List[ReleaseBlockPrConfig], config_file)

0 commit comments

Comments
 (0)