-
Notifications
You must be signed in to change notification settings - Fork 1
[Fix] preview.yml 수정 #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
The head ref may contain hidden characters: "193-fix-previewyml-\uC218\uC815"
Closed
[Fix] preview.yml 수정 #204
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8ca9236
Refactor: rewrites 설정 추가하여 PR preview URL 리다이렉트 수정
miraclee1226 0fca04b
Fix: handleNavigationActions props 수정
miraclee1226 92b2804
Test: 프리뷰 테스트
miraclee1226 aa4c967
Feat: PR 이벤트 타입 추가로 미리보기 URL 갱신
miraclee1226 f4ea8be
Fix: 프리뷰 빌드 경로 수정
miraclee1226 b0796aa
Chore: next.config.mjs의 basePath, rewrites 제거
miraclee1226 5b10ac4
Feat: 프리뷰 url과 일반 url에 따른 라우팅 분기 처리
miraclee1226 0a83fd6
Refactor: RegExp match 메서드를 exec로 변경
miraclee1226 f439c73
Feat: GNB 페이지 이동 시 PR 번호 유지되도록 수정
miraclee1226 ca3beba
Feat: PR 프리뷰 URL 형식을 쿼리 파라미터 방식으로 변경
miraclee1226 d435300
Fix: 빌드 에러 해결
miraclee1226 d45510e
Feat: PR 프리뷰 빌드에 assetPrefix 설정 추가
miraclee1226 43ad171
Test: 빌드 로그 테스트
miraclee1226 6e318b4
Test: 빌드 로그 테스트
miraclee1226 6e350e4
Test: 빌드 테스트트
miraclee1226 6d2e1fb
Test: AuthGuard 확인 과정 삭제
miraclee1226 d73435d
Test: out 경로수정
miraclee1226 b2ba199
Test: PR의 변경사항이 제대로 체크아웃되었는지 확인
miraclee1226 c837759
Test: 변경사항 확인
miraclee1226 c2efbcc
Test: 빌드 결과물 확인
miraclee1226 e66b216
Test: 생성된 chuck 파일 확인
miraclee1226 ff0c850
Test: app 디렉토리의 chunk 파일들과 dashboard 페이지의 chunk 내용 확인
miraclee1226 72c08c6
Test: dashboard 파일 내용 확인
miraclee1226 bfec3f3
Test: DashboardSection 파일 내용 확인
miraclee1226 c75f041
Test: Next.js 캐시 지우고 빌드 시도
miraclee1226 32924bd
Test: PR 코드가 workflow에서 사용되는지 확인
miraclee1226 f59e72d
Test: next.config.mjs 확인
miraclee1226 b6cf743
Test: 경로 변경
miraclee1226 6b70eed
Test: GITHUB_EVENT_NAME과 GITHUB_EVENT_NUMBER를 .env.production.local 파…
miraclee1226 6d428e0
Feat: actions/checkout@v4 액션에 ref 옵션을 추가하여 PR 브랜치의 코드를 체크아웃하도록 변경
miraclee1226 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
환경 변수 처리 방식의 보안 강화가 필요합니다.
GitHub Actions의 컨텍스트 변수를 직접 사용하는 것은 보안상 위험할 수 있습니다.
다음과 같이 수정하는 것을 권장합니다:
📝 Committable suggestion