Skip to content

Commit

Permalink
Update cli_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend authored Mar 23, 2024
1 parent 056afc8 commit 18870f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
--token ${{ env.json_Telegram_Token }} \
--name Yo \
--chat ${{ env.json_Telegram_ChannelID }} \
--expire 1
--expire 1 \
--limit 1
- name: Выполнить ЗакрепитьСообщение
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
./oint_bin telegram СоздатьТемуФорума \
--token ${{ env.json_Telegram_Token }} \
--chat ${{ env.json_Telegram_ChannelID }} \
--name Новая тема \
--name "Новая тема" \
--icon 5350444672789519765
- name: Выполнить ИзменитьТемуФорума
Expand All @@ -269,7 +269,7 @@ jobs:
--token ${{ env.json_Telegram_Token }} \
--chat ${{ env.json_Telegram_ChannelID }} \
--topic ${{ env.json_Telegram_TopicID }} \
--name Новое имя темы \
--name "Новое имя темы" \
--icon 5312016608254762256
- name: Выполнить ЗакрытьТемуФорума
Expand Down

0 comments on commit 18870f5

Please sign in to comment.