Skip to content

Commit

Permalink
Correcting indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slokie-so authored May 24, 2024
1 parent aae31ca commit b5113f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira-issue-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
summary: ${{ github.event.issue.title }}
description: "Github Issue Link: ${{ github.event.issue.html_url}} \r\n ${{ github.event.issue.body }}"
fields: '{"labels":["GitHubReport"]}'
run: echo "Issue ${{ steps.bug.outputs.issue }} was created"
run: echo "Issue ${{ steps.bug.outputs.issue }} was created"
- name: Jira Create Enhancement
id: enhancement
if: contains(github.event.issue.labels.*.name, 'ticketed') && contains(github.event.issue.labels.*.name, 'enhancement')
Expand Down

0 comments on commit b5113f7

Please sign in to comment.