Skip to content

Commit b08f085

Browse files
DEVOPS-66 fixed workflow eror
1 parent 5d12198 commit b08f085

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/workflows/programatically-create-jira-issues-from-github.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
5757

5858
run: |
59-
|
6059
EPIC_KEY_OPTION=""
6160
if [ -n "${{ github.event.inputs.EPIC_KEY }}" ]; then
6261
EPIC_KEY_OPTION="--epic_key ${{ github.event.inputs.EPIC_KEY }}"

=q!

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Merge branch 'main' of github.com:devwithkrishna/programatically-create-jira-issues-from-github
2+
# Please enter a commit message to explain why this merge is necessary,
3+
# especially if it merges an updated upstream into a topic branch.
4+
#
5+
# Lines starting with '#' will be ignored, and an empty message aborts
6+
# the commit.

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)