Skip to content

Commit

Permalink
Search for a good commit within the last 100 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk authored Mar 14, 2024
1 parent bfc2ca8 commit a499835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-good-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ runs:
--start-ref ${{ inputs.start-ref }} \
--required-checks \
clang-x86_64-debian-fast \
--max-tries 30 > good_commit.sha
--max-tries 100 > good_commit.sha
echo "good-commit=$(cat good_commit.sha)" >> $GITHUB_OUTPUT

0 comments on commit a499835

Please sign in to comment.