Skip to content

Commit

Permalink
chore :: update notify discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery authored Oct 26, 2024
1 parent bb8c2f2 commit 5474ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-production-deploy-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
id: discord-success
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 }}"}' \
-d '{"content": "🚀 앱이 배포되었습니다.\n🏷️ Tag: ${{ github.ref_name }}\n⚙️ Version: ${{ steps.get_tag.outputs.name }}\n📄 Release Note:\n${{ env.RELEASE_NOTE }}"}' \
${{ secrets.DISCORD_WEBHOOK_URL }}
- name: Notify Discord on Failure
Expand Down

0 comments on commit 5474ba2

Please sign in to comment.