Skip to content

Commit

Permalink
hotfix numero 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sealldeveloper committed Oct 16, 2024
1 parent 6962075 commit bfcf6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autocheckcombos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run find-num.py
id: find_num
run: |
python find-num.py --range 255 > result.txt
python find-num.py --range 255 | tee result.txt
echo "::set-output name=result::$(cat result.txt)"
- name: Check for new candidates and existing combinations
Expand Down

0 comments on commit bfcf6b0

Please sign in to comment.