Skip to content

Commit

Permalink
SNOW-1156105 fix typo as components is plural (also an array) (#787)
Browse files Browse the repository at this point in the history
SNOW-1156105 fix typo as components is plural (also an array)
  • Loading branch information
sfc-gh-dszmolka authored Mar 4, 2024
1 parent befac23 commit 983b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
summary: '${{ github.event.issue.title }}'
description: |
${{ github.event.issue.body }} \\ \\ _Created from GitHub Action_ for ${{ github.event.issue.html_url }}
fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "712020:3c0352b5-63f7-4e26-9afe-38f6f9f0f4c5"}, "component": { "id": "19290" } }'
fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "712020:3c0352b5-63f7-4e26-9afe-38f6f9f0f4c5"}, "components":[{"id":"19290"}] }'

- name: Update GitHub Issue
uses: ./jira/gajira-issue-update
Expand Down

0 comments on commit 983b623

Please sign in to comment.