Skip to content

Commit

Permalink
chore(pipeline): use json from secrets for creating ticket
Browse files Browse the repository at this point in the history
SUITEDEV-28068

Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
megamegax and davidSchuppa committed Jun 8, 2021
1 parent 19f945a commit 9867563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
with:
project: ${{ secrets.JIRA_PROJECT }}
issuetype: Product docs
fields: '{"priority": {"name": "Major"},"reporter":{"id":${{ secrets.JIRA_USER_ID }}}}'
fields: ${{ secrets.JIRA_TICKET_JSON }}
summary: |
New Emarsys SDK release on Android
description: |
Expand Down

0 comments on commit 9867563

Please sign in to comment.