Skip to content

Commit

Permalink
Update eset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Mar 20, 2024
1 parent d8873b0 commit c9eebc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/eset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
if [[ (${ACCOUNT} != 0) && (${KEY} != 0) ]]
then
(seq 1 $((ACCOUNT)) | xargs -I {} -P $((ACCOUNT)) python3 main.py --chrome --account --email-api ${MAIL} --skip-webdriver-menu) & (seq 1 $((KEY)) | xargs -I {} -P $((KEY)) python3 main.py --chrome --key --email-api ${MAIL} --skip-webdriver-menu)
fi
echo "Account:" >> $GITHUB_STEP_SUMMARY
cat ./*ACCOUNTS.txt >> $GITHUB_STEP_SUMMARY
echo -e "\nKey:" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit c9eebc1

Please sign in to comment.