Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldemon Bonifácio committed Sep 6, 2024
1 parent 2d3b8d4 commit d1de00d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jira-issue-required/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ runs:
if: steps.find-issue-key.outputs.issue != '' && steps.find-issue-key.outputs.issue != null
env:
ISSUE_KEY_FOUND: 'True'
shell: bash
run: echo "Issue key found" >> "$GITHUB_ENV"

- name: Jira Login if not found issue key
Expand All @@ -85,6 +86,7 @@ runs:
if: env.ISSUE_KEY_FOUND == '' && steps.find-issue-key-second.outputs.issue != '' && steps.find-issue-key-second.outputs.issue != null
env:
ISSUE_KEY_FOUND: 'True'
shell: bash
run: echo "Issue key found" >> "$GITHUB_ENV"

- name: Fail if not found
Expand Down

0 comments on commit d1de00d

Please sign in to comment.