Commit 355b2ae
refactor(deploy): replace GitHub API curl with gh CLI for commit message
Replaces direct curl call to GitHub API with gh CLI for fetching commit
messages in Discord notifications.
Benefits:
- Automatic authentication via GH_TOKEN (no manual Authorization header)
- Built-in --jq flag for JSON parsing
- More idiomatic for GitHub Actions workflows
- Simpler and more maintainable code
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a70a6a0 commit 355b2ae
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| 822 | + | |
| 823 | + | |
822 | 824 | | |
823 | | - | |
824 | | - | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
| 825 | + | |
| 826 | + | |
830 | 827 | | |
831 | 828 | | |
832 | 829 | | |
| |||
0 commit comments