mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
chore: Update create-theme workflow to use stefanbuck/github-issue-parser@v3 for parsing issue templates
This commit is contained in:
parent
98b441c42c
commit
23a08b1698
1 changed files with 1 additions and 8 deletions
9
.github/workflows/create-theme.yml
vendored
9
.github/workflows/create-theme.yml
vendored
|
@ -17,17 +17,10 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue