File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666 echo "The following JIRA ticket has been created : ${JIRA_TICKET_ID}"
6767 echo "jira-ticket-id=${JIRA_TICKET_ID}" >> "${GITHUB_OUTPUT}"
6868 - name : Add comment
69- uses : peter-evans/create-or-update-comment@v4
69+ uses : peter-evans/create-or-update-comment@v5
7070 with :
7171 issue-number : ${{ github.event.pull_request.number }}
7272 body : |
Original file line number Diff line number Diff line change 6161 echo "The following JIRA ticket has been created : ${JIRA_TICKET_ID}"
6262 echo "jira-ticket-id=${JIRA_TICKET_ID}" >> "${GITHUB_OUTPUT}"
6363 - name : Add comment
64- uses : peter-evans/create-or-update-comment@v4
64+ uses : peter-evans/create-or-update-comment@v5
6565 with :
6666 issue-number : ${{ github.event.issue.number }}
6767 body : |
You can’t perform that action at this time.
0 commit comments