Skip to content

Commit

Permalink
#445: telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 23, 2024
1 parent ce35216 commit 1c4fb6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
- uses: actions/checkout@v4
- run: |
(
printf "We've just published a new release "
printf "We've just "
printf "[published](https://www.npmjs.com/package/eolang) a new release "
printf 'of [eoc](https://github.com/objectionary/eoc), '
printf 'a command-line tool for compiling and running EO programs: '
printf 'a command-line tool for compiling and running EO programs, '
printf 'written entirely in JavaScript: '
printf '[%s](https://github.com/objectionary/eoc/releases/tag/%s). ' \
"${{github.ref_name}}" "${{github.ref_name}}"
printf 'It is advised to use this tool for all interactions with '
Expand Down

0 comments on commit 1c4fb6c

Please sign in to comment.