Skip to content

Commit

Permalink
Update update_issue_in_jira.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon authored Jan 19, 2024
1 parent f451eb7 commit e15748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_issue_in_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: steps.find_ticket.outputs.issue != ''
uses: atlassian/gajira-comment@v3
with:
issue: ${{ steps.find_ticket.issue }}
issue: ${{ steps.find_ticket.outputs.issue }}
comment: |
Github issue was commented by *${{ github.event.comment.user.login }}*:
Expand Down

0 comments on commit e15748a

Please sign in to comment.