Skip to content

fix: 본인을 제외한 참가자들의 목록 수정 (#401) #52

fix: 본인을 제외한 참가자들의 목록 수정 (#401)

fix: 본인을 제외한 참가자들의 목록 수정 (#401) #52

name: Trigger repository_dispatch
on:
push:
branches:
- main
- dev
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: gh api /repos/dlwl98/pickple-front/dispatches -f event_type='dispatch_event'
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}