Skip to content

Commit

Permalink
Added --no-logo using
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Jul 26, 2024
1 parent 848afc5 commit 4b6f135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
then
for ((attempt=1;attempt<=${ACCOUNT};++attempt))
do
python3 main.py --chrome --account --email-api 1secmail --skip-update-check
python3 main.py --chrome --account --email-api 1secmail --skip-update-check --no-logo
done
echo -e "\nAccounts generated:" >> $GITHUB_STEP_SUMMARY
cat ./*ACCOUNTS.txt >> $GITHUB_STEP_SUMMARY
Expand All @@ -39,7 +39,7 @@ jobs:
then
for ((attempt=1;attempt<=${KEY};++attempt))
do
python3 main.py --chrome --key --email-api 1secmail --skip-update-check
python3 main.py --chrome --key --email-api 1secmail --skip-update-check --no-logo
done
echo -e "\nKeys generated:" >> $GITHUB_STEP_SUMMARY
cat ./*KEYS.txt >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 4b6f135

Please sign in to comment.