Skip to content

Updated GHA

Updated GHA #3

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'fastlane/**'
pull_request:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
notify:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
timeout-minutes: 60

Check failure on line 24 in .github/workflows/Build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/Build.yml (Line: 24, Col: 7): Unexpected value 'timeout-minutes'
steps:
- name: Send Telegram Message
uses: cbrgm/telegram-github-action@v1
with:
token: ${{ secrets.TELEGRAM_TOKEN }}
to: ${{ secrets.TELEGRAM_CHAT_ID }}
message: "New commit pushed to repository"