Skip to content

add a UI window to show data as received from a backend #76

add a UI window to show data as received from a backend

add a UI window to show data as received from a backend #76

name: MediaDownloader4Windows
on: push
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 }}"}'