Skip to content

Commit

Permalink
줄바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 31, 2025
1 parent 2d1e092 commit ee05acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
JIRA_TITLE=$(echo "$JIRA_RESPONSE" | jq -r '.fields.summary')
JIRA_LINK="${{ secrets.JIRA_DOMAIN }}/browse/$JIRA_ID"
JIRA_ENTRIES+="\n- $COMMIT_MSG\n [**$JIRA_TITLE**]($JIRA_LINK)"
JIRA_ENTRIES+="\n- $'\n- '"$COMMIT_MSG"$'\n [**'"$JIRA_TITLE"'**]('"$JIRA_LINK"$')'
curl -X POST "${{ secrets.JIRA_DOMAIN }}/rest/api/2/issue/$JIRA_ID/transitions" \
-u "${{ secrets.JIRA_GURI }}:${{ secrets.JIRA_GURI_TOKEN }}" \
Expand Down

0 comments on commit ee05acf

Please sign in to comment.