Skip to content

Commit

Permalink
Fix README automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiyabye committed Jan 20, 2024
1 parent 16d7447 commit 2b32603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_table(problems):
print("README.md updated without errors")
else:
print("README.md is up to date")
return 123 # exit github action with success
exit(123) # exit github action with success

# README.md.tmp 파일 삭제
os.remove("README.md.tmp")

0 comments on commit 2b32603

Please sign in to comment.