-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
197 additions
and
190 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,72 +79,17 @@ jobs: | |
prerelease: false | ||
|
||
- name: Notify Discord on Success | ||
if: ${{ success() }} | ||
if: success() | ||
id: discord-success | ||
uses: Ilshidur/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }} | ||
DISCORD_USERNAME: κΉ‘ν΅ λ‘μΌ | ||
DISCORD_EMBEDS: | | ||
[ | ||
{ | ||
"title": "π μ±μ΄ λ°°ν¬λμμ΅λλ€.", | ||
"color": "#36a64f", | ||
"description": "https://github.com/${{github.repository}}", | ||
"fields": [ | ||
{ | ||
"name": "Repository", | ||
"value": "${{ github.repository }}", | ||
"inline": true | ||
}, | ||
{ | ||
"name": "Tag", | ||
"value": "${{ github.ref_name }}", | ||
"inline": true | ||
}, | ||
{ | ||
"name": "Version", | ||
"value": "${{ steps.get_tag.outputs.name }}", | ||
"inline": true | ||
}, | ||
{ | ||
"name": "Release Note", | ||
"value": "${{ env.RELEASE_NOTE }}", | ||
"inline": false | ||
}, | ||
] | ||
} | ||
] | ||
run: | | ||
curl -H "Content-Type: application/json" \ | ||
-d '{"content": "π μ±μ΄ λ°°ν¬λμμ΅λλ€.\nTag: ${{ github.ref_name }}\n Version: ${{ steps.get_tag.outputs.name }}\nRelease Note: ${{ env.RELEASE_NOTE }}"}' \ | ||
${{ secrets.DISCORD_WEBHOOK_URL }} | ||
- name: Notify Discord on Failure | ||
if: ${{ failure() }} | ||
id: discord-failure | ||
uses: Ilshidur/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }} | ||
DISCORD_USERNAME: κΉ‘ν΅ λ‘μΌ | ||
DISCORD_EMBEDS: | | ||
[ | ||
{ | ||
"title": "π£ μ± λ°°ν¬μ μ€ν¨νμ΄μ γ γ ", | ||
"color": "#ff0000", | ||
"description": "https://github.com/${{github.repository}}", | ||
"fields": [ | ||
{ | ||
"name": "Repository", | ||
"value": "${{ github.repository }}", | ||
"inline": true | ||
}, | ||
{ | ||
"name": "Tag", | ||
"value": "${{ github.ref_name }}", | ||
"inline": true | ||
}, | ||
{ | ||
"name": "Version", | ||
"value": "${{ steps.get_tag.outputs.name }}", | ||
"inline": true | ||
}, | ||
] | ||
} | ||
] | ||
if: failure() | ||
run: | | ||
curl -H "Content-Type: application/json" \ | ||
-d '{"content": "π£ μ± λ°°ν¬μ μ€ν¨νμ΄μ γ γ \nTag: ${{ github.ref_name }}\nVersion: ${{ steps.get_tag.outputs.name }}"}' \ | ||
${{ secrets.DISCORD_WEBHOOK_URL }} |
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
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,14 +1,12 @@ | ||
[v2.2.3] | ||
β’ λ²κ·Έ μμ λ° κΈ°λ₯μ μΆκ°νμ΄μ. | ||
[v2.2.4] | ||
β’ λ²κ·Έ μμ λ° λ°μ΄ν°λ₯Ό μμ νμ΄μ. | ||
|
||
[ μλ‘μ΄ κΈ°λ₯ ] | ||
⒠체νν νμ₯μ€μ΅μ΄ μΆκ°λμμ΄μ. | ||
⒠겨μΈμΈν΄ μλ¦Όμ μΆκ°νμ΄μ. | ||
- | ||
|
||
[ κ°μ λ μ ] | ||
β’ λμμΈ μμλ₯Ό λ³κ²½νμ΄μ. | ||
β’ κΈ°μ λ° λͺ¨μ§μλ’°μμ λ°μ΄ν°κ° μμ λμμ΄μ. | ||
|
||
[ λ²κ·Έ μμ ] | ||
β’ μ§μλ΄μμ΄ λ³΅μ¬λλ λ²κ·Έλ₯Ό μμ νμ΄μ. | ||
β’ μΈμ¦μ½λ μ μ‘ λ²κ·Έλ₯Ό μμ νμ΄μ. | ||
β’ μ§μνν©μμ μ¬μ§μ΄ μλ¨λ λ²κ·Έλ₯Ό μμ νμ΄μ. | ||
β’ μ΄λ©μΌμ΄ μ μ‘λμ§ μλ λ²κ·Έλ₯Ό μμ νμ΄μ. |
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
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
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
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
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
Oops, something went wrong.