Skip to content

Commit

Permalink
Merge pull request #463 from jssotomdz/stable
Browse files Browse the repository at this point in the history
ci: fix issue with check for broken builds action
  • Loading branch information
jssotomdz authored Jan 8, 2024
2 parents 03c2a54 + 621a34d commit 7d585b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candidate-snaps-review/check-builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import snaps

if(sys.argv != 3):
if(len(sys.argv) != 3):
print("Usage: two arguments are required, the issues API url for the repo and the token used by the action.")
print("./check-builds.py https://api.github.com/repos/${{ github.repository }}/issues ${{ secrets.GITHUB_TOKEN }}")
sys.exit()
Expand Down

0 comments on commit 7d585b7

Please sign in to comment.