chore: Update create-theme workflow to use stefanbuck/github-issue-parser@v3 for parsing issue templates

This commit is contained in:
Mauro Balades 2024-08-15 21:29:30 +02:00
parent 98b441c42c
commit 23a08b1698

View file

@ -17,18 +17,11 @@ jobs:
python-version: '3.x'
- name: Parse issue
id: parse
id: issue-parser
uses: stefanbuck/github-issue-parser@v3
with:
template-path: .github/ISSUE_TEMPLATE/create-theme.yml
# Examples on how to use the output
- name: Show parsed payload data
run: |
# Using the character `'` to prevent all characters enclosed within
# them from being treated as special characters (e.g. $ or `)
echo '${{ steps.parse.outputs.payload }}'
- name: Export parsed payload into variables
id: export
run: |