Skip to content

Commit

Permalink
Update jira-issue-transfer.yml (#114)
Browse files Browse the repository at this point in the history
Remove invalid label variable
  • Loading branch information
juggernot325 authored Sep 20, 2023
1 parent 37e5f7e commit 311e96c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jira-issue-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
- name: Jira Create
uses: atlassian/gajira-create@v3
env:
Label_Var: ${{ github.event.issue.labels }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
project: BP
issuetype: 'Bug Report'
summary: ${{ github.event.issue.body }}
description: ${{ github.event.issue.body }}
extraFields: '"labels": "GitHubReport"}'


0 comments on commit 311e96c

Please sign in to comment.