Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jul 11, 2024
1 parent 2b52dbd commit 7b441ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
if git diff-index --quiet HEAD --; then
echo "No changes to commit."
else
git commit -m "Auto-format code using ruff"
git commit -m "Auto-format code using ruff [skip ci]"
git push origin ${{ github.ref }}
fi
env:
GITHUB_TOKEN: ${{ secrets.GX_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GX_TOKEN }}
3 changes: 3 additions & 0 deletions bot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from requests import get as rget
from pytz import timezone
from bs4 import BeautifulSoup
from time import time
from sys import executable
from os import execl as osexecl
Expand Down

0 comments on commit 7b441ab

Please sign in to comment.