Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 14, 2022
1 parent 47438b1 commit dafabd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
if [[ "$ISSUE_TITLE" =~ ^(CLI-[0-9]+): ]]; then
echo ::set-output name=issue::${BASH_REMATCH[1]}
fi
env:
ISSUE_TITLE: ${{ github.event.issue.title }}
- name: Login
if: steps.get-issue.outputs.issue
uses: acquia/gajira-login@bearer
Expand Down

0 comments on commit dafabd8

Please sign in to comment.