From d107a076c94cecaa84eca37790c92e97746487e8 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 21 Jun 2022 14:59:44 +0200 Subject: [PATCH] fix fetching of type --- .github/workflows/issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 18bba724..48dd5062 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -51,7 +51,7 @@ jobs: --arg title "$title" \ --arg description "$description" \ --arg component "$component" \ - --arg type "$type" \ + --arg type "${{ env.type }}" \ '{data: {id: $id, action: $action, title: $title, description: $description, component: $component, type: $type}}') curl -X POST -H 'Content-type: application/json' --data "${data}" "${{ secrets.JIRA_URL }}"