Skip to content

Commit

Permalink
fix fetching of type
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Jun 21, 2022
1 parent 3d76c2b commit d107a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit d107a07

Please sign in to comment.