Skip to content

Commit

Permalink
updated README and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NivEz committed Mar 3, 2024
1 parent 8708c35 commit 84aed08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
telegram-api-token: ${{ secrets.TELEGRAM_API_TOKEN }}
telegram-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
question: 'Updating Telenode. Which bump type you wish to perform?'
question: 'Updating Telenode. Which bump type you wish to perform? Default is "skip"'
options: '["prerelease", "patch", "minor", "major", "skip"]'
default-choice: 'skip'
message: 'The selected bump type is: %s'
timeout: 45
timeout: 30
wait-for-timeout-to-finish: true

bump:
Expand Down Expand Up @@ -78,11 +78,11 @@ jobs:
with:
telegram-api-token: ${{ secrets.TELEGRAM_API_TOKEN }}
telegram-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
question: 'Should publish to npm?'
question: 'Should publish to npm? Default is "no"'
options: '["yes", "no"]'
default-choice: 'no'
message: 'The selected choice is: %s'
timeout: 45
timeout: 30
wait-for-timeout-to-finish: true

publish:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ Lightweight Telegram API framework for Node.js
✅ Secret token support
<br>
✅ Long polling support
<br>
✅ Sending chat action

## Getting started

#### Complete example can be found [here](https://github.com/NivEz/movie-info-bot)

### Installation

```shellscript
Expand Down

0 comments on commit 84aed08

Please sign in to comment.