Skip to content

Commit

Permalink
changes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yevoros committed Aug 5, 2024
1 parent e301357 commit 450470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_jira_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Debug output
echo "ISSUE_TITLE: $ISSUE_TITLE"
echo "ISSUE_BODY: $ISSUE_BODY"
echo "ISSUE_TYPEs: ${{ github.event.issue.labels.*.name }}"
echo "ISSUE_TYPEs:${{ join(github.event.issue.labels.*.name, ', ') }}"
echo "ISSUE_TYPE: $ISSUE_TYPE"
Expand Down

0 comments on commit 450470f

Please sign in to comment.