refactor: 프로필 이미지 업로드 제한 10MB 변경 및 소셜 로그인 프로필 수정 오류 수정 #152
This file contains hidden or 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: Create Issue Branch | |
| on: | |
| issues: | |
| types: [assigned] | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| create_issue_branch_job: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Create Issue Branch | |
| uses: robvanderleek/create-issue-branch@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.TOKEN }} |