Skip to content

알림 목록 쿼리 getNextPageParam 수정 (#406) #56

알림 목록 쿼리 getNextPageParam 수정 (#406)

알림 목록 쿼리 getNextPageParam 수정 (#406) #56

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