We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f9dbd commit f77ddf1Copy full SHA for f77ddf1
.github/workflows/debug.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
66
export VERSION=$(cat module.prop | grep 'version=' | awk -F '=' '{print $2}')
67
- export COMMIT=$(git log --oneline -n 15 --no-decorate | sed 's/^[0-9a-f]* //' | sed 's/^/— /')
+ export COMMIT=$(git log --oneline -n 10 --no-decorate | sed 's/^[0-9a-f]* //' | sed 's/^/— /')
68
FILE=$(find -name "*.zip")
69
pip3 install telethon==1.31.1
70
python3 $GITHUB_WORKSPACE/.github/taamarinbot.py $FILE
0 commit comments