Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Mar 29, 2022
1 parent de004c6 commit bd9db29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-quality-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ def compute_score(bad_commit_index, test_index,
except:
bad_words = ["WIP", "work in progress", "in progress", "TODO"]
try:
arg = os.environ["INPUT_MAINBRANCHES"].split(", ")
main_branches = os.environ["INPUT_MAINBRANCHES"].split(", ")
except:
main_branches = ["origin/develop", "origin/master"]


logs = git_logs()
branches = git_all_branches()

Expand Down

0 comments on commit bd9db29

Please sign in to comment.