Skip to content

Merge pull request #9 from FixeQyt/patch-1 #2

Merge pull request #9 from FixeQyt/patch-1

Merge pull request #9 from FixeQyt/patch-1 #2

Workflow file for this run

name: Dispatch to repo
on: [push, workflow_dispatch]
jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["winapps-org/winapps"]
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update