We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edcb81 commit 0e155f2Copy full SHA for 0e155f2
.github/workflows/discord-activity.yml
@@ -21,7 +21,7 @@ jobs:
21
COMMITS=$(jq -r --arg repo "$REPO_URL" '.commits | to_entries[] |
22
(1 + .key | tostring) + ". " +
23
(.value.message | gsub("\\r?\\n"; " ")) +
24
- " [" + .value.id[0:7] + "](" + $repo + "/commit/" + .value.id + ") by " + .value.author.name' <<< "$EVENT")
+ " [" + .value.id[0:7] + "](" + $repo + "/commit/" + .value.id + ") by " + .value.author.name + "\n"' <<< "$EVENT")
25
26
{
27
echo "COUNT=$COUNT"
@@ -37,7 +37,7 @@ jobs:
37
env:
38
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
39
with:
40
- args: >
+ args: |
41
🚀 **Push Event**
42
📦 Repository: `${{ github.repository }}`
43
👤 Author: `${{ github.actor }}`
0 commit comments