Skip to content

모달 닫힐 때 ui 깨지는 버그 (#397) #50

모달 닫힐 때 ui 깨지는 버그 (#397)

모달 닫힐 때 ui 깨지는 버그 (#397) #50

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 }}