Skip to content

Currency Converter: Fix flags position in input boxes #37

Currency Converter: Fix flags position in input boxes

Currency Converter: Fix flags position in input boxes #37

Workflow file for this run

name: Notify on Telegram
on:
pull_request:
types: [opened, closed, reopened]
issues:
types: [opened, pinned, closed, reopened]
jobs:
notify:
runs-on: ubuntu-latest
secrets: inherit

Check failure on line 10 in .github/workflows/telegram.yml

View workflow run for this annotation

GitHub Actions / Notify on Telegram

Invalid workflow file

The workflow is not valid. .github/workflows/telegram.yml (Line: 10, Col: 5): Unexpected value 'secrets'
steps:
- name: Notify the commit on Telegram.
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'