Skip to content

Commit 3a103ba

Browse files
authored
Update create-jira-bug-issue.yml
1 parent 5422580 commit 3a103ba

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/create-jira-bug-issue.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,9 @@ jobs:
7474
- name: Log created issue
7575
run: echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"
7676

77-
- name: Checkout release code
78-
uses: actions/checkout@v4
79-
with:
80-
ref: release
81-
token: ${{ secrets.PAT_TOKEN }}
82-
83-
- name: Create branch with Ticket number
84-
run: |
85-
git config user.name github-actions
86-
git config user.email [email protected]
87-
git checkout -b ${{ steps.create.outputs.issue }}
88-
git push origin ${{ steps.create.outputs.issue }}
89-
env:
90-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
91-
9277
- name: Update issue title
9378
uses: actions-cool/issues-helper@v3
9479
with:
9580
actions: "update-issue"
9681
token: ${{ secrets.PAT_TOKEN }}
97-
title: "${{ steps.create.outputs.issue }} ${{ github.event.issue.title }}"
82+
title: "${{ steps.create.outputs.issue }} ${{ github.event.issue.title }}"

0 commit comments

Comments
 (0)