debugging github issue workflow

This commit is contained in:
Joey Orlando 2023-06-15 15:36:34 +02:00
parent 76eacd3ea3
commit 998532ef23
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -51,6 +51,10 @@ jobs:
- id: issue-form-values
uses: stefanbuck/github-issue-parser@v3
- run: echo $JSON_STRING
env:
JSON_STRING: ${{ steps.issue-form-values.outputs }}
- name: Map mobile app product area to appropriate assignees
uses: actions-ecosystem/action-add-assignees@v1
if: contains(steps.issue-form-values.outputs.issueparser_product-area, 'Mobile App')