Skip to content

Commit

Permalink
📝 :: Add sdk version view
Browse files Browse the repository at this point in the history
  • Loading branch information
minStone-dev committed Aug 22, 2024
1 parent 0e13ec1 commit 93ba22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ondosee_android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: sarisia/actions-status-discord@v1
if: ${{ success() }}
with:
title: ✅ Ondosee-Android-CI 성공! ✅
title: ✅ Ondosee-Android-CI 성공! ✅- SDK 버전: ${{ matrix.sdk-version }}
webhook: ${{ secrets.ONDOSEE_DISCORD_WEBHOOK }}
status: ${{ job.status }}
image: ${{ secrets.SUCCESS_IMAGE }}
Expand All @@ -73,7 +73,7 @@ jobs:
uses: sarisia/actions-status-discord@v1
if: ${{ failure() }}
with:
title: ❗️ Ondosee-Android-CI 실패! ❗️
title: ❗️ Ondosee-Android-CI 실패! ❗️- SDK 버전: ${{ matrix.sdk-version }}
webhook: ${{ secrets.ONDOSEE_DISCORD_WEBHOOK }}
status: ${{ job.status }}
image: ${{ secrets.FAILED_IMAGE }}
Expand Down

0 comments on commit 93ba22e

Please sign in to comment.