We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bba334 commit 5de185eCopy full SHA for 5de185e
.github/workflows/create-jira-issue.yml
@@ -21,7 +21,7 @@ jobs:
21
ref: main
22
23
- name: Issue Parser
24
- uses: stefanbuck/github-issue-praser@v3
+ uses: stefanbuck/github-issue-parser@v3
25
id: issue-parser
26
with:
27
template-path: .github/ISSUE_TEMPLATE/01-feat-template.yml
@@ -59,11 +59,6 @@ jobs:
59
- name: Log created issue
60
run: echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"
61
62
- - name: Checkout main code
63
- uses: actions/checkout@v4
64
- with:
65
- ref: main
66
-
67
- name: Get first label as branch prefix
68
id: label
69
run: |
0 commit comments