Skip to content

Commit f77ddf1

Browse files
committed
workflows
1 parent 57f9dbd commit f77ddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
6666
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/^/— /')
67+
export COMMIT=$(git log --oneline -n 10 --no-decorate | sed 's/^[0-9a-f]* //' | sed 's/^/— /')
6868
FILE=$(find -name "*.zip")
6969
pip3 install telethon==1.31.1
7070
python3 $GITHUB_WORKSPACE/.github/taamarinbot.py $FILE

0 commit comments

Comments
 (0)