Skip to content

fix: change name of cloned repo #11

fix: change name of cloned repo

fix: change name of cloned repo #11

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