-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(*): slack 알림 연동 test #27
Closed
Closed
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
be9cca3
tmp
Doeunnkimm e308ab0
fix
Doeunnkimm a0e332b
fix
Doeunnkimm e21d480
fix
Doeunnkimm 7bb3cfd
fix
Doeunnkimm 29cd018
fix
Doeunnkimm c2e8ec2
fix
Doeunnkimm b24e37d
fix
Doeunnkimm 6c674db
fix
Doeunnkimm fb5eafe
fix
Doeunnkimm 4d79513
fix
Doeunnkimm 88a0e09
fix
Doeunnkimm d1dd326
fix
Doeunnkimm 0b29639
fix
Doeunnkimm 8ef3394
fix
Doeunnkimm 10ffa2a
fix
Doeunnkimm 86eff17
fix
Doeunnkimm 4d604b3
fix
Doeunnkimm ec4213c
fix
Doeunnkimm 70e44e0
chore: env.event_type -> github.event_name 일괄 변경
semnil5202 0893965
chore: commit 70e44e01c1656f34d63a141f32bc08f8c44c73f2 롤백
semnil5202 9b8d592
fix
semnil5202 ca85598
rollback: 9b8d592
semnil5202 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import { SecondDomainExampleScreen } from '@sambad/domains/second-domain'; | ||
import Image from 'next/image'; | ||
|
||
import styles from '../page.module.css'; | ||
|
||
export default function Second() { | ||
return ( | ||
<main className={styles.main}> | ||
<SecondDomainExampleScreen /> | ||
test | ||
</main> | ||
); | ||
} |
Oops, something went wrong.
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.
이거 env.event_type이 아니라 github.event_type 아닌가요? 아닐수도..