Skip to content

Commit

Permalink
delete 들여쓰기
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 31, 2025
1 parent 2b76ac4 commit b36f280
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ jobs:
echo "Release Version: $RELEASE_VERSION"
SLACK_MESSAGE="$(cat << EOF
🚀 *AOS $RELEASE_VERSION release*
\`\`\`
$(cat jira_entries.txt)
\`\`\`
EOF
🚀 *AOS $RELEASE_VERSION release*
\`\`\`
$(cat jira_entries.txt)
\`\`\`
EOF
)"
JSON_PAYLOAD=$(echo "$SLACK_MESSAGE" | jq -R --slurp '{text: .}')
Expand Down

0 comments on commit b36f280

Please sign in to comment.