Skip to content

Add new fields to local backup file #2630

Add new fields to local backup file

Add new fields to local backup file #2630

Workflow file for this run

name: Check PR and notify
on:
pull_request:
jobs:
notify:
if: ${{ !startsWith(github.head_ref, 'l10n_version/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Notify to Telegram
uses: appleboy/telegram-action@master
with:
to: ${{secrets.TELEGRAM_TO}}
token: ${{secrets.TELEGRAM_TOKEN}}
disable_web_page_preview: true
message: |
${{ github.event.pull_request.html_url }}
Title : ${{github.event.pull_request.title}}
Author : @${{github.actor}}