Skip to content

Commit

Permalink
fix close
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jun 26, 2023
1 parent 063aa50 commit b5d7eb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
permissions:
issues: write
steps:
- name: Get project key
id: project_key
env:
GITHUB_REPOSITORY_NAME: ${{ github.event.repository.name }}
run: |
echo "key=${GITHUB_REPOSITORY_NAME^^}" >> $GITHUB_OUTPUT
- name: Get Jira issue
id: get-issue
run: |
Expand Down

0 comments on commit b5d7eb8

Please sign in to comment.