Skip to content

feat: add press any key to continue to spot issues #10

feat: add press any key to continue to spot issues

feat: add press any key to continue to spot issues #10

name: Dispatch Event
on:
push:
branches:
- master # or any branch you want to trigger the event
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: sitolam/arch-setup-iso
event-type: arch-setup-push
permissions:
contents: write