Merge branch 'master' into 1.0.4-patches
This commit is contained in:
commit
2e2ae7e48b
|
@ -6,20 +6,21 @@ on:
|
|||
|
||||
jobs:
|
||||
jira:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Jira Login
|
||||
id: login
|
||||
uses: atlassian/gajira-login@v2.0.0
|
||||
env:
|
||||
JIRA_BASE_URL: "https://hyperspacedev.atlassian.net"
|
||||
JIRA_USER_EMAIL: software@marquiskurt.net
|
||||
JIRA_API_TOKEN: ${{ secrets.JIRA_TOKEN }}
|
||||
- name: Jira Create issue
|
||||
id: create
|
||||
uses: atlassian/gajira-create@v2.0.0
|
||||
with:
|
||||
project: HD
|
||||
issuetype: Task
|
||||
issuetype: Unsorted
|
||||
summary: ${{ github.event.issue.title }}
|
||||
description: ${{ github.event.issue.body }}
|
||||
|
|
Loading…
Reference in New Issue