style: 헤더 컴포넌트 검색 아이콘 주석처리 (#363) #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |