Skip to content

크루, 게스트 모집 상세 페이지 하단버튼 없을 때 padding 제거 (#491) #98

크루, 게스트 모집 상세 페이지 하단버튼 없을 때 padding 제거 (#491)

크루, 게스트 모집 상세 페이지 하단버튼 없을 때 padding 제거 (#491) #98

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