Skip to content

Commit c217554

Browse files
authored
fixing component pointer (#437)
1 parent b35ee5a commit c217554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# customfield_10001 is Team (jira default teams?)
4242
extraFields: '{ "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
4343
"customfield_10001": "72e166fb-d26c-4a61-b0de-7a290d91708f",
44-
"components": [{ "name": "nomad-driver-prodman" }],
44+
"components": [{ "name": "nomad-driver-podman" }],
4545
"labels": ["community", "GitHub"] }'
4646
env:
4747
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}

0 commit comments

Comments
 (0)