Skip to content

Commit a6bb0fc

Browse files
authored
fix: remove comment (#393)
1 parent 6742938 commit a6bb0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
extra-data: |
3333
{
3434
"fields": {
35-
# Assigned teams custom field. IDs includes the two owning teams.
3635
"customfield_12751": [
3736
{
3837
"id": "22223"
@@ -48,6 +47,7 @@ jobs:
4847
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
4948
5049
- name: Add comment
50+
if: steps.create.outputs.issue-key
5151
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
5252
with:
5353
issue-number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)