Skip to content

Commit

Permalink
Update find-issue-key.yml
Browse files Browse the repository at this point in the history
find issue by string
  • Loading branch information
drudzikatlassian authored Sep 6, 2019
1 parent 87eb72b commit 9810a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/find-issue-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Find Issue Key
id: find
uses: ./
with:
string: Issue GA-222

- name: Find issue info
run: echo "Issue ${{ steps.find.outputs.issue }} was found"
run: echo "Issue ${{ steps.find.outputs.issue }} was found"

0 comments on commit 9810a8a

Please sign in to comment.