Skip to content

make UI more friendly to languages like arabic that are written from … #159

make UI more friendly to languages like arabic that are written from …

make UI more friendly to languages like arabic that are written from … #159

name: MediaDownloader4Windows
on:
push:
branches:
- main
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MD_GIT_PUBLISH }}
repository: mhogomchungu/media-downloader-git
event-type: PublishGit
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'